How to disable compilation of Native target but st...
# kotlin-native
i
How to disable compilation of Native target but still have it in metadata?
i
With this workaround, the correct cinterop doesn't work
More precisely, it works but is not commonized.
Similar approach, but doesn't break cinterops (for me at least, commonizer works as expected)
i
@Big Chungus by the way, why do you use
1.5.30-RC
?
b
No, it actually breaks IDEA for me if i use 1.5.30-xxx (gradle still works fine). I'm on 1.5.20 to keep IDEA happy. Looks like 1.5.30 had lots of commonizer changes and IDEA plugin wasn't updated to match them yet