|
12 | 12 | - **Key Dependencies**: Compose Multiplatform, Kobweb Silk, Material Web Components
|
13 | 13 | - **Current Version**: 0.6.0-SNAPSHOT
|
14 | 14 |
|
15 |
| -<tool_calling> |
16 |
| -You have the capability to call multiple tools in a single response. For maximum efficiency, whenever you need to perform multiple independent operations, ALWAYS invoke all relevant tools simultaneously rather than sequentially. Especially when exploring repository, reading files, viewing directories, validating changes or replying to comments. |
17 |
| -</tool_calling> |
18 |
| - |
19 | 15 | ## Build Instructions and Environment Setup
|
20 | 16 |
|
21 | 17 | ### Prerequisites
|
22 | 18 | - **JDK 17**: Required (as specified in GitHub Actions workflows)
|
23 | 19 | - **Network Access**: Required for initial builds to download Android Gradle Plugin and other dependencies
|
24 | 20 | - **Gradle 9.1.0**: Automatically handled by wrapper
|
25 | 21 |
|
26 |
| -**IMPORTANT**: Initial builds require internet access for dependency resolution. The project cannot build in fully offline environments. |
| 22 | +**IMPORTANT**: Initial builds require internet access for dependency resolution. Once dependencies are cached, subsequent builds can use `--offline` flag if needed. |
27 | 23 |
|
28 | 24 | **IMPORTANT**: If the project uses snapshot dependencies of other `com.huanshankeji` libraries, especially in a branch other than `main` such as `dev`, refer to the setup instructions at <https://github.com/huanshankeji/.github/blob/main/dev-instructions.md#about-snapshot-dependencies-of-our-library-projects>.
|
29 | 25 |
|
@@ -82,7 +78,7 @@ You have the capability to call multiple tools in a single response. For maximum
|
82 | 78 |
|
83 | 79 | **Common Issues**:
|
84 | 80 | - **Wasm Compilation**: Requires 2GB+ heap memory (pre-configured in gradle.properties)
|
85 |
| -- **Network Dependencies**: Cannot build offline, requires internet for initial setup |
| 81 | +- **Network Dependencies**: Initial builds require internet access for dependency resolution |
86 | 82 | - **Platform-specific builds**: Some targets may be disabled on certain OS (use `--continue` flag)
|
87 | 83 |
|
88 | 84 | ## Project Architecture and Layout
|
@@ -208,7 +204,7 @@ settings.gradle.kts # Project structure and dependency management
|
208 | 204 | ## Important Notes for Agents
|
209 | 205 |
|
210 | 206 | - **Trust These Instructions**: Only perform additional searches if information here is incomplete or incorrect
|
211 |
| -- **Network Dependency**: Initial builds require internet access - cannot work in fully offline environments |
| 207 | +- **Network Dependency**: Initial builds require internet access for dependency resolution |
212 | 208 | - **Memory Requirements**: Ensure adequate memory for Wasm compilation (2GB JVM heap configured)
|
213 | 209 | - **Limited Test Coverage**: Don't expect comprehensive test suites - focus on build and demo validation
|
214 | 210 | - **Platform Complexity**: This is a sophisticated multiplatform project with 6+ target platforms and complex expect/actual patterns
|
|
0 commit comments