myanmarking
06/19/2017, 5:09 PMh0tk3y
06/19/2017, 5:12 PMsubprojects {
apply plugin: 'kotlin-android'
}
myanmarking
06/19/2017, 5:13 PMError:(28, 0) Extension with name ‘android’ does not exist. Currently registered extension names: [ext, kotlin]
h0tk3y
06/19/2017, 5:16 PMsubprojects { afterEvaluate { apply plugin: 'kotlin-android' } }
, but then in your subprojects buildscripts you'll have to configure Kotlin in afterEvaluate { ... }
blocks as well, if you need.myanmarking
06/19/2017, 5:16 PMrestioson
06/19/2017, 6:11 PM