https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

kpgalligan

04/15/2018, 3:17 AM
It's possible that I'm implementing this wrong (very possible), but have a question about typealias. For ios multiplatform I have interop class definitions that are close but not exact enough to work as actual typealias definitions. I got really excited about using extension functions, but hopes dashed when those don't seem to be included in the definition for actual classes. Is this supported, and if not, thoughts? Right now I'm creating delegate classes. Works, but verbose.
r

russhwolf

04/15/2018, 5:45 PM
Does this question mean there’s some doppl-backed Kotlin-native libraries in the works? I’ve been getting excited recently about how that could help jump-start the mobile multiplatform library ecosystem.
Yes, in summary
Working on db right now. Shared prefs works. I think the overall architecture needs a rethink vs just copying from Android, but to get the ball rolling it's easier to replicate what exists.
3 Views