Robert Jaros
05/13/2020, 4:15 PMproduceExecutable()
and produceKotlinLibrary()
in Kotlin 1.4-M1 Gradle DSL?Sebastian Aigner
05/13/2020, 5:42 PMSebastian Aigner
05/13/2020, 5:43 PMproduceKotlinLibrary()
just makes the absence of produceExecutable()
explicit, but it’s the default behavior.Robert Jaros
05/13/2020, 5:51 PMSebastian Aigner
05/13/2020, 6:01 PMRobert Jaros
05/13/2020, 6:04 PMgildor
05/14/2020, 6:30 AMSebastian Aigner
07/16/2020, 3:49 PMbinaries.executable()
behaves. You will still be able to run your Karma tests. The test task will generate actual executable JS code. Makes a lot more sense that way, you were right. Looks like I took some of our internal documents too literally 😉