Yaroslav Nesterov
12/30/2020, 12:47 PMimplementation("org.kodein.db:kodein-db-jvm:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kotlinx:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kryo-jvm:$kodein_db")
led to java.lang.NoClassDefFoundError: Failed resolution of: Lorg/kodein/db/leveldb/jvm/LevelDBJvm
implementation("org.kodein.db:kodein-db:$kodein_db")
implementation("org.kodein.db:kodein-db-jvm:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kotlinx:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kryo-jvm:$kodein_db")
led to Duplicate class org.kodein.db.impl.AbstractDBFactory found in modules jetified-kodein-db-debug-runtime (org.kodein.db:kodein-db-android-debug:0.4.0-beta) and jetified-kodein-db-jvm-0.4.0-beta (org.kodein.db:kodein-db-jvm:0.4.0-beta)
for 99 classes
implementation("org.kodein.db:kodein-db:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kotlinx:$kodein_db")
implementation("org.kodein.db:kodein-db-serializer-kryo-jvm:$kodein_db")
led to java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/my.app.debug-PdUtRd44w96MN7OUXipZlg==/base.apk"],nativeLibraryDirectories=[/data/app/my.app.debug-PdUtRd44w96MN7OUXipZlg==/lib/arm64, /system/lib64, /system/vendor/lib64]]] couldn't find "libkodein-leveldb-jni.so"
what am I doing wrong? is the use of kts
mandatory? I still have the build.gradle
doc: https://docs.kodein.org/kodein-db/0.4/core/install.htmlkenkyee
12/30/2020, 12:56 PMEl Zhang
12/30/2020, 12:57 PMbuild.gradle.
For Kodein issues, you may need to open an issue in their repository..Yaroslav Nesterov
12/30/2020, 1:21 PMYaroslav Nesterov
12/30/2020, 1:21 PMThere's a #kodein channel as well FYI.how can I figure out which channel my question relates to more???)))
kenkyee
12/30/2020, 2:21 PM