Just trying KMM with sqldelight 2.0.0. AppDatabase is correctly generated:
However I am unable to import it into my DatabaseDriverFactory
:
`
What am I missing here? The AppDatabase
is generated and is public - so, why can't I import it?
It suddenly worked after restarting Android Studio which invoked a Gradle sync. Strange thing is that I can't remember I forgot a sync or got a warning about this. Anyways, now it works.