Is green Dao supported by kotlin?

96 Views Asked by At

I'm converting my existing java project into the Kotlin , while during this I come across the problem that unresolved ref to 'dao', I tried changing the sequence of greendao & Kotlin dependency as but still facing the same issue

1

There are 1 best solutions below

0
Horațiu Udrea On

Kotlin is 100% interoperable with Java by design, so with some tinkering you can clearly make everything work. If you post your specific problems with the code, the community might be able to help you make the conversion.