Can't Repro
Status Update
Comments
yo...@gmail.com <yo...@gmail.com> #2
datastore-core and datastore-preferences have dependencies on android for SharedPreferencesMigrations and convenience constructors. We should extract these dependencies so users can use this in kotlin-only parts of their code.
ch...@google.com <ch...@google.com> #3
Would this enable Kotlin Multiplatform usage? Or just Kotlin/JVM in non-Android settings?
yo...@gmail.com <yo...@gmail.com> #4
This work is intended to support kotlin-only modules in android projects using Kotlin/JVM. We haven't tested this in non-android settings and haven't built it using Kotlin Multiplatform.
Description
In
:android-lib
I have something like:
Bar.kt
Foo.java
When running R8 8.9.22 full mode I get an error like this:
BUT... if I convert
Foo
to kotlin it all works just fine as expected.