Is it expected that intellij lets me use APIs from...
# multiplatform
s
Is it expected that intellij lets me use APIs from android sdk from common code as well as my jvm-only module? They don’t compile but intellij tries to autocomplete them, and even show lint warnings that only apply to android projects.
c
Doesn't happen to me... Maybe a Gradle config issue?
s
Yea but I’m surprised because I created my project using intellij’s templates.