@alex009 any plans on adding macOS target also to moko-resources?
nrobi
12/04/2020, 8:01 AM
Also I’m wondering if doing so would consist mainly of reusing the iOS implementation? 🤔
a
alex009
12/04/2020, 8:34 AM
hi!
did you mean macOS via Kotlin/Native or macOS by jvm (with jetpack compose for example)?
👍 3
😄 1
n
nrobi
12/04/2020, 8:36 AM
yupp, sorry 😄 , I meant macOS via K/N
a
alex009
12/04/2020, 8:38 AM
for this have no plans. but i can help external contributors with consultations how implement it.
in exchange for pull request with this changes :)
❤️ 2
👍 2
n
nrobi
12/04/2020, 8:42 AM
sure, I’ll try to add the macOS target and check out the existing native part
👍 2
a
alex009
12/04/2020, 8:42 AM
for macos target i think it will not so many changes - it should be very similar with ios implementation. just need to enable macos target in runtime library and add logic in gradle plugin for detect target macos and generate resources like for ios
👍 1
n
nrobi
12/04/2020, 8:43 AM
that was I thinking also, I’ll play around with it in the coming days