I’m using Kotlin stdlib 1.3.0 and Kotlin Compiler ...
# android
b
I’m using Kotlin stdlib 1.3.0 and Kotlin Compiler 1.3. But still android studio IDE showing errors if I use anything above Kotlin 1.1 API like
rem()
. But gradle builds are working fine. What could be wrong here?
g
Maybe you should try to reimport project again?
j
have you tried
invalidate caches / restart
? This is normally my go-to step with issues like this.
b
Yeah. Invalidate Caches/ Restart worked 😕
👍 1