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

Alexander Larsson

06/08/2020, 12:15 PM
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

Sean Najera

06/08/2020, 12:37 PM
I’d be interested in one that could seed iOS, Android & Web projects, too.
c

Casey Brooks

06/08/2020, 3:24 PM
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

Jolas

06/14/2020, 4:58 AM
May be this could help. Touchlab’s starter kit : https://github.com/touchlab/KaMPKit
s

Sean Najera

06/15/2020, 1:14 AM
I just wish the KaMPKit had a Web app too
13 Views