jlleitschuh
01/03/2019, 11:59 PMKotlinJsCompilation
class and I'm not seeing any options there for setting the module kind.h0tk3y
01/04/2019, 4:41 PMkotlinOptions
. As of 1.3.11, those are only available in the task (you can access it by name, taking the compileKotlinTaskName
from the compilation). In 1.3.20, kotlinOptions
are also exposed as a member of KotlinCompilation
(the inherited compilation types have more concrete kotlinOptions
types).jlleitschuh
01/04/2019, 5:00 PM