Skip to content

Commit 6d8c9fc

Browse files
Merge pull request #56 from Kotlin/kotlin_update
Update Kotlin version and use settings for daemon to have better compile time
2 parents 325f92e + 8ffa05b commit 6d8c9fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0")
9+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
1010
classpath("com.android.tools.build:gradle:4.0.1")
1111
}
1212
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ xcodeproj=./iosApp
33
android.useAndroidX=true
44
kotlin.mpp.enableGranularSourceSetsMetadata=true
55
kotlin.native.enableDependencyPropagation=false
6+
org.gradle.jvmargs=-Xmx3g

0 commit comments

Comments
 (0)