Skip to content

Commit 4ca8c9e

Browse files
Update Kotlin [1.2.51 -> 1.3.11]
Required by Android Gradle Plugin 3.3.0 anyhow.
1 parent f958e6f commit 4ca8c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version= rootProject.version
33

44
buildscript {
55
ext.javadocDir = "$buildDir/docs/javadoc"
6-
ext.kotlin_version = '1.2.51'
6+
ext.kotlin_version = '1.3.11'
77
ext.dokka_version = '0.9.17'
88

99
repositories {

0 commit comments

Comments
 (0)