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

Sujit

01/21/2020, 4:18 PM
I kept on making a new kotlin multiplatform project for android and iOS library from scratch over the past few months for various projects I was working on. So, made a starter project to help me, and anyone who needs it here: https://github.com/sujitpoudel/kmp-android-ios-starter Sets up the android side of library with API 29, has gradle task to build iOS fat framework and a setup as well as release script I use. Hope someone finds this useful.
👍 4
m

Michal Harakal

01/21/2020, 9:14 PM
👍 realy nice, did you considered to use something similar like lazybones or yeoman ? https://github.com/pledbrook/lazybones