Hi everyone! I have a question about MPP. Following the guide here (
https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html) we’re creating a single module with different source sets. In the iOS source set I can use the UIKit classes, but in the Android source I cannot use Android framework classes, I guess because the preset used in the build.gradle is
presets.jvm
. How can I access android framework classes from the common Android codebase? thanks in advance