Skip to content

Commit 3345713

Browse files
committed
Disable native toolchain
1 parent 09b4692 commit 3345713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
77
#Android
88
android.nonTransitiveRClass=true
99
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

Comments
 (0)