Anyone here have built an iOS App using Kotlin Nat...
# announcements
g
Anyone here have built an iOS App using Kotlin Native, and can tell how was this experience?
d
i'm building an iOS app and an Android app and I'm attempting to write as much business logic as possible in shared Kotlin
(they are the same app)
no major problems so far.... but i'm still in the middle of it.
d
there's #C3PQML5NU channel for MPP talk specifically
s
I'm also working on an mpp project(https://github.com/SimonSchubert/Newsout), in the beginning I had problems setting up the gradle scripts. but once it's set up i had no big problems anymore
sometimes it's a bit annoying to rebuild the whole framework after changing a single line of code but that made me to code more carefully
d
Oh I've looked at that project before for trying to solve some MPP problems, do you know of any good resources to read up specifically for kotlin mpp testing, because in your commonTest module there appears to be unit tests for the database but the DB drivers require context to be tested at least on android and I'm still just a bit lost on how to start the different kinds of testing you can do for an MPP project
g
There is also #C9JM6Q2UX