mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
15 lines
937 B
INI
15 lines
937 B
INI
kotlin.code.style=official
|
|
android.useAndroidX=true
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
kotlin.native.enableDependencyPropagation=false
|
|
kotlin.mpp.stability.nowarn=true
|
|
kotlin.mpp.hierarchicalStructureSupport=true
|
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
|
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
|