Knut
05/16/2020, 10:37 AMturansky
05/16/2020, 10:43 AMKnut
05/16/2020, 11:40 AMturansky
05/16/2020, 12:04 PM1.4-M2
🙂 (in progress)
Now you can use 1.4-M2-eap-76 for testingKnut
05/16/2020, 12:04 PMbashor
05/16/2020, 1:20 PMexpect annotation class CommonJsExport()
And actualize it in js sorceset using a typealias:
actual typealias CommonJsExport = JsExport
So, now you can use CommonJsExport
to export declarations.
2. In a Gradle project (since 1.4-M1) defining property kotlin.js.compiler=ir
in gradle.properties
should be enough, please file an issue and attach a project if it doesn’t work for you.
a regular kotlin/js project in IntelliJDo you mean IntelliJ projects w/o using any external build system, like Gradle? That’s right -- now we provide a switch only inside Gradle projects. And we recommend using Gradle for new projects.
Knut
05/16/2020, 1:54 PM