Hello can you help me with my simple project? Tryi...
# multiplatform
r
Hello can you help me with my simple project? Trying to implement in Koin share a sqldelight DB? Using, adapting a template with Voyager lib. Very nice. Creating a simple Quiz data model, screen, sqldelight database with questions I'm stuck getting the following Duplicate JVM class name 'com/jetbrains/kmpapp/data/SqlDriverFactoryKt' generated from: SqlDriverFactoryKt, SqlDriverFactoryKt the repo is here https://github.com/tmromao/MyQuizv4.git Many thanks in advance
d
there is project which can help u https://github.com/mecoFarid/Trending-KMM
🙌 1
r
@Dmytro Boiko many thanks. Regarding the KT-21186, i've come across the issue but i don't have enough knowledge to understand the status, explanation, what should be done. Thanks for pointing out the Trending-KMM project. I will analyze it meanwhile
p
Give it a try to this: Include the SQLDelight plugin in the root project build.gradle but set apply false
Copy code
alias(libs.plugins.sqldelight).versio (2.0.0).apply(false)