Removed extra spaces in new MPP project template

#KT-26952  Fixed
This commit is contained in:
Alexander Podkhalyuzin
2018-09-21 12:52:24 +03:00
parent c1013cc198
commit 3142627269
13 changed files with 21 additions and 51 deletions
@@ -6,9 +6,7 @@ version = '1.0'
repositories {
mavenCentral()
maven {
url 'http://dl.bintray.com/kotlin/kotlin-eap'
}
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {
@@ -18,9 +16,7 @@ dependencies {
buildscript {
ext.kotlin_version = '$VERSION$'
repositories {
maven {
url 'http://dl.bintray.com/kotlin/kotlin-eap'
}
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
mavenCentral()
}
dependencies {