https://kotlinlang.org logo
Title
g

ghosalmartin

12/05/2017, 5:46 PM
anyone had issues with by lazys and paperdb?
l

louiscad

12/05/2017, 5:56 PM
You should directly open an issue in PaperDb GitHub since its dev uses Kotlin. He will probably be able to help you
g

ghosalmartin

12/05/2017, 6:01 PM
Just curious if its an existing issue or a problem with our project 🙂
l

louiscad

12/05/2017, 6:03 PM
@ghosalmartin But since PaperDb is quite a niche, @pilgr might be better suited to help you
👍 1
g

ghosalmartin

12/05/2017, 6:15 PM
Maybe...but it seems it was project specific 😛
p

pilgr

12/05/2017, 6:22 PM
@ghosalmartin lazy delegate should work with Paper without any limitation. But please make sure you are accessing the lazy property from non UI thread. Paper ’s api to access/write data are not supposed to be called in UI thread.
g

ghosalmartin

12/14/2017, 11:47 AM
@pilgr I opened a ticket on the github and linked a project that it occurs on
p

pilgr

12/14/2017, 12:58 PM
I see thanks!