Trying to write some Multiplatform tests, but Andr...
# multiplatform
o
Trying to write some Multiplatform tests, but Android Studio is giving me a "Kotlin not configured" error in the testing file. Anyone have a clue?
j
run them via terminal to see real errors
o
Do you have a quick command for that? I never used the terminal for gradle
m
Getting the same, but running still worked fine đŸ¤·
If you run
./gradlew tasks --all
it’ll output all tasks that are available for the project. From there you can find a bunch of different testing tasks. For example, for me:
shared:test - Run unit tests for all variants