[K/N] Fix deprecations and warnings in performance infra

This commit is contained in:
Pavel Kunyavskiy
2022-10-10 11:39:48 +02:00
committed by Space Team
parent 0947834f0d
commit b01808ddf5
9 changed files with 34 additions and 36 deletions
@@ -156,7 +156,7 @@ kotlin {
}
}
}
fromPreset(presets.js, 'js') {
fromPreset(presets.jsIr, 'js') {
compilations.main.kotlinOptions {
main = "noCall"
}
@@ -184,7 +184,7 @@ kotlin {
}
}
js {
js(IR) {
browser {
distribution {
directory = new File("$projectDir/web/")