Database in Kotlin

What library do you guys use in Kotlin for databases? I’ve been looking at GreenDAO, but have heard isn’t well supported in Kotlin. Have also been looking at Requery, DBFlow and SQLDelight and SQLBrite. Prefer SQLite based.

Google’s new Room Persistent library works great.