We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b927c65 commit 066ebbcCopy full SHA for 066ebbc
build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
}
21
22
kotlin {
23
- js(LEGACY) {
+ js(IR) {
24
binaries.executable()
25
browser {
26
commonWebpackConfig {
0 commit comments