romainbsl
09/18/2020, 9:08 AMLEGACY
/ IR
/ BOTH
directly in the KotlinTarget ? I need this, as I’m using a custom Gradle plugin, thus js(compiler)
or gradle.properties are not possiblebashor
09/18/2020, 10:03 AMromainbsl
09/18/2020, 10:10 AMtarget="jsBoth"
is working, but if you have more elegant way, I’m open to suggestionsaltavir
09/18/2020, 2:38 PMromainbsl
09/19/2020, 6:19 AMjs(IR)
method
here is how we configure our target https://github.com/Kodein-Framework/kodein-internal-gradle-plugin/blob/738cafdd7e558f78790f2ba1c0a07ba9de6b1266/src/main/kotlin/org/kodein/internal/gradle/KodeinMppExtension.kt#L239