Trey
09/13/2022, 3:39 PMmkrussel
09/13/2022, 5:17 PMandroid
function in the Kotlin code block (similar to iOS, jvm, js). You will then need to add any specific android libraries to the android source set.
If you just need the new app. Create a new module (Android Studio calls it a module, gradle calls it a project) Android Studio should have a wizard. Have that new module apply the kotlin-android plugin and not the kotln-multiplatform. Then add the shared library as a dependency using implementation(project(":shared-lib"))
.Trey
09/14/2022, 3:14 PMTrey
09/21/2022, 6:11 PM