Advanced
Kotlin
Q75 / 100
What is Kotlin Multiplatform (KMP) and what does it share?
Correct! Well done.
Incorrect.
The correct answer is B) A framework for sharing business logic (models, repositories, use-cases) across JVM, JS, and Native targets from a common source set
B
Correct Answer
A framework for sharing business logic (models, repositories, use-cases) across JVM, JS, and Native targets from a common source set
Explanation
KMP allows a commonMain source set to target Android (JVM), iOS (Kotlin/Native), Web (Kotlin/JS), and Desktop. Platform-specific implementations use expect/actual.
Progress
75/100