https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
f

Filip Kowalski

09/28/2023, 7:13 AM
the project builds, just IDE's lint is not catching the library, is this a common problem with Android Studio and KMM?
a

andylamax

09/28/2023, 7:44 AM
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

Filip Kowalski

09/28/2023, 8:16 AM
I did try that before but to no avail
v

Vlad

09/28/2023, 11:09 AM
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
2 Views