Skip to content

Commit 6663e75

Browse files
CopilotShreckYe
andcommitted
Add reference to Kotlin code style guide in copilot-instructions.md
Co-authored-by: ShreckYe <[email protected]>
1 parent f76f6a1 commit 6663e75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ repositories {
156156
- **Binary Compatibility**: Enforced via org.jetbrains.kotlinx.binary-compatibility-validator plugin
157157
- **Limited Testing**: Project acknowledges "limited number of tests"
158158

159+
**Code Style:**
160+
- Follow [our Kotlin code style guide](https://github.com/huanshankeji/.github/blob/main/kotlin-code-style.md) for all Kotlin code contributions
161+
159162
#### Architecture Notes
160163
- **Multi-module**: Each feature area is a separate Gradle subproject
161164
- **Expect/Actual Pattern**: Platform-specific implementations using Kotlin Multiplatform patterns

0 commit comments

Comments
 (0)