Initial commit: Kotlin Compose Desktop Hello World
This commit is contained in:
10
gradle.properties
Normal file
10
gradle.properties
Normal 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
|
||||
Reference in New Issue
Block a user