Hi, I have a multiplatform project that uses the n...
# javascript
t
Hi, I have a multiplatform project that uses the noarg gradle plugin which I actually need for the JVM part. However, the JS IR compiler fails when this plugin is in the project configuration. I've opened an issue about this (https://youtrack.jetbrains.com/issue/KT-46793) but seems like it is low priority (open since May). Any workarounds for this problem? Thank you for your help,
t
What about Legacy compiler?
t
Legacy works properly.
I've been thinking about modifying the noarg plugin to be applied on the JVM code only. I don't know if that is possible yet, but I would really like to go IR, so I'm investigating my options.