In the future? :thinking_face::thinking_face: <htt...
# random
h
In the future? 🤔🤔 https://kotlinlang.org/lp/mobile/
d
What do you mean by 'in the future' ? The future is now my friend . I released true-native iOS and Android Apps that share their business logic in Kotlin code over 6 months ago. Search Kotlin Multiplatform for Mobile (KMM) 👍
h
@darkmoon_uk But can KMM work on IOS well? I don't know IOS😆
d
KMM allows you to write business logic code in Kotlin on iOS. It doesn't handle the View layer. Nor does it handle overall build/packaging of an App. You still need iOS development experience to make it work.
The KMM portion acts as a 'Framework' (Library) within an otherwise normal iOS project.
It's all in the documentation.
h
@darkmoon_uk I've a question. Can we use KMM on Windows? In the documentation shows only MacOS.
d
You can use KMM on Windows
You can't target iOS on Windows.
h
@darkmoon_uk Ok, thanks a lot!🙂