Skip to content

Commit 9d73238

Browse files
committed
Kotlin code generation example: fix dependency version
1 parent dc8fb89 commit 9d73238

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/kotlin-code-generation/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1-SNAPSHOT'
2+
ext.kotlin_version = '1.1.2-3'
33

44
repositories {
55
jcenter()
@@ -13,7 +13,6 @@ buildscript {
1313
allprojects {
1414
repositories {
1515
jcenter()
16-
mavenLocal()
1716
maven { url 'https://jitpack.io' }
1817
}
1918
}

0 commit comments

Comments
 (0)