Skip to content

Commit 1a4e1b7

Browse files
committed
Update copilot-instructions.md and remove and redundant trailing spaces
1 parent 77b16b4 commit 1a4e1b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Always ensure JDK 8 and JDK 17 are properly configured before building. JDK 17 s
5858
- iOS target warnings on non-macOS systems
5959
- WebAssembly environment selection warnings
6060
- Dokka experimental plugin warnings
61-
- Gradle deprecation warnings (project targets Gradle 8.11.1)
61+
- Gradle deprecation warnings (project targets Gradle 9.0.0)
6262

6363
**Error Handling**:
6464
- For multiplatform modules, use target-specific tasks like `jvmTest`, `jsTest`, `allTests` instead of `test`
@@ -90,7 +90,7 @@ Always ensure JDK 8 and JDK 17 are properly configured before building. JDK 17 s
9090
- **core**: Core Kotlin language and stdlib extensions
9191
- **arrow**: Extensions for Arrow functional programming library
9292
- **coroutines**: Kotlin Coroutines utilities
93-
- **exposed**: Database library (Exposed) extensions
93+
- **exposed**: Database library (Exposed) extensions
9494
- **ktor**: HTTP client/server framework extensions
9595
- **net**: Network-related utilities
9696
- **reflect**: Kotlin reflection utilities
@@ -140,7 +140,7 @@ Before check-in, the following validations run:
140140
- `buildSrc/build.gradle.kts`: buildSrc/meta-build plugin dependencies and versions
141141
- `buildSrc/src/main/kotlin/VersionsAndDependencies.kt`: Shared compilation dependencies
142142

143-
### Documentation
143+
### Documentation
144144
- `README.md`: Maven coordinates, supported targets, API docs link
145145
- `CONTRIBUTING.md`: Development setup, JDK requirements, testing guidelines
146146
- Each module has `api/` directory for compatibility validation
@@ -149,6 +149,6 @@ Before check-in, the following validations run:
149149
The project uses custom dependency management through:
150150
- `com.huanshankeji:common-gradle-dependencies` for shared dependencies
151151
- `com.huanshankeji.team:gradle-plugins` for build conventions
152-
- Kotlin 2.1.0, Dokka 2.0.0-Beta
152+
- Kotlin 2.2.20, Dokka 2.1.0-Beta
153153

154154
**Trust these instructions**: This information has been validated through actual command execution and file inspection. Only search for additional information if these instructions are incomplete or found to be incorrect.

0 commit comments

Comments
 (0)