https://kotlinlang.org logo
k

kpgalligan

04/15/2018, 3:18 AM
@agrosner Hey! Working on a sample or porting dbflow to multiplatform?
a

agrosner

04/15/2018, 3:23 AM
Hey Kevin! No trying to convert an internal work app distribution tool into a multiplatform app. Mostly for educational purposes
But that would be nice if kapt would work in multiplatform
k

kpgalligan

04/15/2018, 3:27 AM
kapt doesn't work for multiplatform output, or you don't have the necessary libraries for the sqlite calls?
a

agrosner

04/15/2018, 3:32 AM
Kapt doesn't support multiple rounds for processing. But would need to experiment on it's code gen
And it might only work in jvm Targets
k

kpgalligan

04/15/2018, 3:43 AM
Interesting. I'm working on architecture implementations right now. Taking the objc stuff and getting that to work as sort of a proof of concept. making a multiplatform lib that does android and ios sqlite is next on the todo. Should be source compatible to Google's support-db classes, so in theory an easy implementation for existing android db libs (if written in kotlin, obviously). The longer term question is if carrying forward that class interface design is a good idea, but that's a big question.
Also late to the multiplatform party. Didn't realize that was enabled for native even though I watch the commits. was sort of waiting for it.
4 Views