We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76f6a1 commit 6663e75Copy full SHA for 6663e75
.github/copilot-instructions.md
@@ -156,6 +156,9 @@ repositories {
156
- **Binary Compatibility**: Enforced via org.jetbrains.kotlinx.binary-compatibility-validator plugin
157
- **Limited Testing**: Project acknowledges "limited number of tests"
158
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
+
162
#### Architecture Notes
163
- **Multi-module**: Each feature area is a separate Gradle subproject
164
- **Expect/Actual Pattern**: Platform-specific implementations using Kotlin Multiplatform patterns
0 commit comments