We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325f92e commit 8ffa05bCopy full SHA for 8ffa05b
build.gradle.kts
@@ -6,7 +6,7 @@ buildscript {
6
mavenCentral()
7
}
8
dependencies {
9
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
10
classpath("com.android.tools.build:gradle:4.0.1")
11
12
gradle.properties
@@ -3,3 +3,4 @@ xcodeproj=./iosApp
3
android.useAndroidX=true
4
kotlin.mpp.enableGranularSourceSetsMetadata=true
5
kotlin.native.enableDependencyPropagation=false
+org.gradle.jvmargs=-Xmx3g
0 commit comments