CLOVIS
06/03/2025, 10:09 AMKotlinJsIrCompilation
instance in a kotlin("multiplatform")
project with js()
enabled?Sam
06/03/2025, 10:11 AMkotlin {
js {
compilations.configureEach { … }
}
}
Does that get you what you need? ☝️CLOVIS
06/03/2025, 10:25 AMCLOVIS
06/03/2025, 10:26 AMKotlinMultiplatformExtension
but not KotlinProjectExtension
🤦♂️