Hello people I want to use realm with kotlin any g...
# announcements
d
Hello people I want to use realm with kotlin any good resources ..?
d
just use it like you would use it with java
d
Oh is it that simple ..? I never really tried
k
Java and Kotlin are almost fully compatible.
d
Ok thanks :)
d
What I would recommend is using
Closeable.use
extension if you do not intend to keep around the realm instance after copying your data set from it.