iari
04/25/2021, 12:34 PMplugins {
base
//kotlin("jvm") version "1.4.32" apply false
kotlin("js") version "1.4.32" apply false
}
However, the frontend sub-project will fail with
Please initialize the Kotlin/JS target in 'logoleon-manager (:logoleon-manager)'. Use:
kotlin {
js {
// To build distributions and run tests for browser or Node.js use one or both of:
browser()
nodejs()
}
}Even though it is configured exactly like that. Whats wrong? SO post: => https://stackoverflow.com/questions/67254937/gradle-multi-module-kotlin-project
tapchicoma
04/25/2021, 8:58 PMiari
04/27/2021, 9:07 AM