Standartize and cleanup Gradle scripts
Use consistent naming-scheme, more meningful names and merge two K/N build files into one
diff --git a/build.gradle b/build.gradle
index b5276e0..9a99215 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,7 +85,7 @@
}
}
-// To make it visible for compilerVersion.gradle
+// To make it visible for compiler-version.gradle
ext.compilerVersion = org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION
apply plugin: 'binary-compatibility-validator'
@@ -166,5 +166,5 @@
}
-apply from: rootProject.file('gradle/compilerVersion.gradle')
+apply from: rootProject.file('gradle/compiler-version.gradle')
apply from: rootProject.file("gradle/dokka.gradle")