you can have both but you have to do some `apply f...
# gradle
m
you can have both but you have to do some
apply 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