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
turansky
11/01/2021, 10:24 AM
What about Legacy compiler?
t
Tóth István Zoltán
11/02/2021, 4:41 AM
Legacy works properly.
Tóth István Zoltán
11/02/2021, 4:43 AM
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.