Removed Android target and using now JVM instead of JVM6. Updated to Kotlin 1.6.10 which works much better for KMPP. Could therefore remove packForXcode() tasks
11 lines
No EOL
254 B
Properties
11 lines
No EOL
254 B
Properties
kotlin.code.style=official
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
org.gradle.jvmargs=-Xmx3072m
|
|
|
|
|
|
kotlinVersion=1.6.0
|
|
|
|
coroutinesVersion=1.6.0
|
|
ktorVersion=2.0.0-beta-1 |