We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b4692 commit 3345713Copy full SHA for 3345713
gradle.properties
@@ -7,3 +7,6 @@ org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
7
#Android
8
android.nonTransitiveRClass=true
9
android.useAndroidX=true
10
+
11
+# Workaround for https://youtrack.jetbrains.com/issue/KT-74278/, should be fixed in Kotlin 2.2.0
12
+kotlin.native.toolchain.enabled=false
0 commit comments