mkobit
01/04/2018, 6:14 PMapply from: 'build.gradle.kts'
or apply { from("build.gradle") }
and in some cases specify the build file in settings.gradle
if you do use both, you may run into script classpath and plugin type issues which can he difficult to figure out