Does someone know how to create a kmp project with...
# multiplatform
w
Does someone know how to create a kmp project with two androidTarget? they are: 1. androidTarget("android") 2. androidTarget("androidTv") I want to create a Compose component in android(mobile), androidTv, ios, Tvos_*.*_
it is possible to create multiple variants within the android target
w
@ephemient Thank you! I will read the issue first.
After reading this issue, I finally located this document. https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#declaring-several-similar-targets Thanks again!!!