Apply kotlin plugin before kotlin-dsl-dependency
Test: ./gradlew createArchive
Change-Id: I346bcdc431e5d6988940aa565827f438d4b9e17a
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 8988bc93..b89ffba 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -32,12 +32,11 @@
ext.supportRootFolder = project.projectDir.getParentFile()
apply from: 'repos.gradle'
apply from: "build_dependencies.gradle"
+apply plugin: "kotlin"
apply from: "kotlin-dsl-dependency.gradle.kts"
repos.addMavenRepositories(repositories)
-apply plugin: 'kotlin'
-
dependencies {
compile build_libs.gradle
compile build_libs.jacoco