Published a blog about how to setup an Kotlin Nati...
# kotlin-native
a
Published a blog about how to setup an Kotlin Native iOS project without
CLion
, but
gradle
+
Xcode
. http://www.albertgao.xyz/2018/01/14/how-to-create-kotlin-native-ios-project/ I showed 2 ways of doing it: 1. Fully implement the code via kotlin 2. Generate
iOS framework
from Kotlin then build with
Xcode
Any advice or correction would be welcome.
👍 3