Is green Dao supported by kotlin?
04:23 07 Jul 2022

While converting an existing Java project to Kotlin, I’m facing an unresolved reference to dao issue. I tried changing the order of GreenDAO and Kotlin dependencies, but the problem still persists.

kotlin greendao