[K/N] Rename jsIr preset usage back to js
Merge-request: KT-MR-7467 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
14e4febb05
commit
259d58c817
@@ -156,7 +156,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fromPreset(presets.jsIr, 'js') {
|
fromPreset(presets.js, 'js') {
|
||||||
compilations.main.kotlinOptions {
|
compilations.main.kotlinOptions {
|
||||||
main = "noCall"
|
main = "noCall"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user