I have a library project with 3 multi platform tar...
# multiplatform
s
I have a library project with 3 multi platform targets (iOS native, JVM and Android). In one of my expect/actual classes for Android it relies on some Android specific classes. When running build on the android aar target it tries to execute my tests defined in the common target inside of the jvm but they fail because the android classes aren’t available. I know I can mock those classes but I was wondering if there was a way to have those tests be run as android tests?