the project builds, just IDE's lint is not catchin...
# multiplatform
f
the project builds, just IDE's lint is not catching the library, is this a common problem with Android Studio and KMM?
a
if the project builds, then just try invalidating cache + restart, also, deleting the .idea and the .gradle file sometimes do help in doing a clean import of the project
f
I did try that before but to no avail
v
We forever have similar issue with Okio's
FileSystem.SYSTEM
. It says Unresolved reference, if you go into FileSystem class there are actually no SYSTEM. It also throws "build finished with error", but it actually not stops the build and actually works
🥲 1