Hi! I'm unable to `import android.content.*` in my...
# multiplatform
n
Hi! I'm unable to
import android.content.*
in my mpp project. What do I need to add to my
build.gradle
to make it work? thanks in advance.
l
android()
in the
build.gradle.kts
and put the code in
src/androidMain/kotlin
👍 1