-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instantiateImpl not resolved #17
Comments
Some confusing thing, I have this extension giving me an error too, yet this project builds and works as it should. |
Hi, thanks for reporting this! I could replicate the error in Jellyfish but I have no problems building the app and running the iOS emulator using xCode. Can you verify if you have issues running the app? |
Hi again! For iOS, this is the actual method building the RoomDatabase. The database is created from a Koin module. Might be related to this? It's ok on Android, it's running perfectly. EDIT: on this commit, I tried to copy/paste the content of the build folder directly in iOS Main. By keeping the same name, I have an error telling me that there is a conflict (meaning the classes/method are found) 🤔 I tried to rename it and it now launches correctly. |
Hi again x2! But doesn't work anymore (on iOS only) with: |
@Berhug74 It did not work for me after using the mentioned kotlin and ksp versions. Did it work out of the box for you with these versions? |
I use K2 because of Jetbrains Resources: JetBrains/compose-multiplatform#4454 I tested on this branch in my repo and I downgrade Kotlin to |
I double checked the project builds and runs as expected after a clean check out. I'll follow why Android Studio shows an error on Factory.native.kt:38 but this doesn't affect building and running the project. |
Hello!
I wanted to try Room in KMP to replace my existing implementation with SQLDelight. It is working on Android correctly, but in my project and in the Fruitties Sample, I am not able to test on a iOS device, because
instantiateImpl
(described also here) is not resolved.Am I missing something?
Thanks :)
The text was updated successfully, but these errors were encountered: