i'm facing a strange issue. after cleaning the pro...
# android
v
i'm facing a strange issue. after cleaning the project I compile+install apk and everything works fine. but the next build fails - all kotlin source code in project can't access Java API. for instance, if I have
import java.util.*
it will say
Unresolved reference: java
.