Does anyone knows how to clear that fake error? Ap...
# fleet
b
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...
there's no issue in IntelliJ
Well, disabling Smart-mode helps but without it, it's just useless IDE
l
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.