Anyone else have an issue where java imports are s...
# multiplatform
b
Anyone else have an issue where java imports are still working in
commonMain
, when building java target? And then when I go to build JS or Native target I get all these java.* not found errors. I would expect platform-specific imports to be a compile error in common module and I wish they'd appear missing (red) in the IDE when viewing those files.