1subprojects { 2 buildscript { 3 dependencies { 4 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 5 } 6 } 7}