Hey everyone, I’m trying to run android unit tests...
# multiplatform
a
Hey everyone, I’m trying to run android unit tests and I get an error on an expect/actual, was there a way to run unit tests and get the actual android values? on the
compileReleaseUnitTestKotlinAndroid
I get this error:
Copy code
Expected property 'PROPERTY' has no actual declaration in module <shared_release> for JVM
nevermind, found that I needed to add a dependency on androidMain