[gradle-plugin] Fix KNPE in mpp plugin

This commit is contained in:
Ilya Matveev
2018-09-02 17:09:07 +07:00
committed by Ilya Matveev
parent deee714be8
commit 98785874e0
6 changed files with 42 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.3-M2'
repositories {
google()
+12
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.3-M2'
repositories {
mavenCentral()
+1 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.3-M2'
repositories {
mavenCentral()