FIR JS: Add K2 support to K2JsIrCompiler
This commit is contained in:
+4
@@ -44,6 +44,10 @@ internal open class BaseKotlin2JsCompileConfig<TASK : Kotlin2JsCompile>(
|
||||
}
|
||||
)
|
||||
|
||||
if (propertiesProvider.useK2 == true) {
|
||||
task.kotlinOptions.useK2 = true
|
||||
}
|
||||
|
||||
task.destinationDirectory
|
||||
.convention(
|
||||
project.objects.directoryProperty().fileProvider(
|
||||
|
||||
Reference in New Issue
Block a user