[K/N] Fix deprecations and warnings in performance infra
This commit is contained in:
committed by
Space Team
parent
0947834f0d
commit
b01808ddf5
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user