Does anyone know of any good seed project for an i...
# multiplatform
a
Does anyone know of any good seed project for an iOS/Android MPP Library? Something like https://github.com/Dallanosm/kotlin-multiplatform-seed but for iOS / Android library (I do not want the apps code to be in the project).
s
I’d be interested in one that could seed iOS, Android & Web projects, too.
c
I’ve been working on putting this one together https://github.com/copper-leaf/arcana
It’s not documented and I haven’t gotten code coverage reporting in there yet, but it’s pretty much ready to go besides that. Github Actions workflows are configured to bump the version, publish artifacts, and update docs site on pushes to master
👍 1
j
May be this could help. Touchlab’s starter kit : https://github.com/touchlab/KaMPKit
s
I just wish the KaMPKit had a Web app too