Initial commit: Kotlin Compose Desktop Hello World

This commit is contained in:
wfz
2026-03-17 17:08:37 +08:00
commit bdae6e213e
9 changed files with 327 additions and 0 deletions

10
gradle.properties Normal file
View File

@@ -0,0 +1,10 @@
org.gradle.jvmargs=-Xmx2048m -Xms512m
org.gradle.daemon=false
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10809
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10809
# Non-proxy hosts
systemProp.http.nonProxyHosts=localhost|127.0.0.1|*.local