I created an android module via `com.android.libra...
# multiplatform
a
I created an android module via
com.android.library
and
kotlin-platform-android
. I import from
android.net.Uri
, the IDE recognize it. But when I tried to build, I got an error :
java.lang.NoClassDefFoundError: android/net/Uri
. I attached my
build.gradle
. What am I missing here?