versuch kobweb zu implementieren

This commit is contained in:
2025-09-09 23:34:32 +02:00
parent 0ba27e7e87
commit 77e7fd58ea
14 changed files with 469 additions and 1437 deletions
+9
View File
@@ -0,0 +1,9 @@
kotlin.code.style=official
# It seems that live reloading + Compose stresses Gradle out, causing occasional memory dumps, so we give it a bit more
# memory for a better user experience.
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
# Disable configuration cache due to Kobweb plugin 0.23.0 incompatibility causing NPE on apply
org.gradle.configuration-cache=false