Relative Content

Tag Archive for androidandroid-roomkotlin-multiplatform

Could not find androidx:room:2.7.0-alpha01. in Kotlin Multi Platform

I have started a new sample KMP project, I was gonna build a project include room database. Room version 2.7.0-alpha01 is now support KMP, here is the official documentation. I have added all dependencies to my KMP project as explained here. But can’t build the project for the ANDROID app, IOS is working fine.