[Gradle, JS] Prepare for review

This commit is contained in:
Ilya Goncharov
2020-01-31 12:41:30 +03:00
parent 85919ed0fc
commit 6793fb285e
7 changed files with 8 additions and 17 deletions
@@ -43,7 +43,7 @@ internal val jvmPresetEntry = KotlinPresetEntry(
internal val jsPresetEntry = KotlinPresetEntry(
"js",
// need for commonization KotlinJsTargetPreset and KotlinJsIrTargetPreser
// need for commonization KotlinJsTargetPreset and KotlinJsIrTargetPreset
typeName("org.jetbrains.kotlin.gradle.plugin.KotlinTargetPreset", "org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsTargetDsl"),
typeName("org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsTargetDsl")
)