I got a blocker when trying to convert existing simple android app writing in kotlin to KMM.
Below is the following error.
Please initialize at least one Kotlin target in 'kmmsharedmodule (:kmmsharedmodule)'.
Read more https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets
Unresolved reference: iosSimulatorArm64
I read the documentation provided in the link but seems not a direct solution to what i wanted.
The process i took was just by adding KMM module through provided support in android stuido.
I've looked for others sources but i couldn't find any related problems