[gradle-plugin] Fix KNPE in mpp plugin
This commit is contained in:
committed by
Ilya Matveev
parent
deee714be8
commit
98785874e0
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.31'
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
allprojects {
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-eap" }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-eap" }
|
||||
}
|
||||
}
|
||||
|
||||
task build {
|
||||
subprojects.each {
|
||||
dependsOn("${it.path}:build")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.31'
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.31'
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user