File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 20
20
- ** Gradle 9.1.0** : Automatically handled by wrapper
21
21
22
22
### Essential Repository Setup
23
- ``` bash
24
- # The project no longer requires external repositories for Kobweb as of version 0.23.3
25
- # All dependencies are now available from standard repositories (mavenCentral, google)
26
- ```
23
+
24
+ No special repository setup is required - all dependencies are available from standard repositories (mavenCentral, google).
27
25
28
26
### Build Commands (In Order)
29
27
@@ -186,6 +184,5 @@ settings.gradle.kts # Project structure and dependency management
186
184
- ** Trust These Instructions** : Only perform additional searches if information here is incomplete or incorrect
187
185
- ** Network Dependency** : Initial builds require internet access - cannot work in fully offline environments
188
186
- ** Memory Requirements** : Ensure adequate memory for Wasm compilation (2GB JVM heap configured)
189
- - ** Kobweb Dependency** : As of version 0.23.3, Kobweb is now published to Maven Central
190
187
- ** Limited Test Coverage** : Don't expect comprehensive test suites - focus on build and demo validation
191
188
- ** Platform Complexity** : This is a sophisticated multiplatform project with 6+ target platforms and complex expect/actual patterns
You can’t perform that action at this time.
0 commit comments