Does anyone knows how to clear that fake error?
App is building, but Fleet for some unknown to me reason is telling me that each java package import is incorrect...
bartek.t
11/08/2024, 11:14 AM
there's no issue in IntelliJ
bartek.t
11/11/2024, 6:06 PM
Well, disabling Smart-mode helps but without it, it's just useless IDE
l
Landry Norris
11/12/2024, 9:33 PM
Is this in commonMain? Kotlin will still compile the java app if code in commonMain (or another shared source set) builds for the current target, but the IDE will complain if not all targets for the source set support an import.