https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Darryl Pierce

11/16/2023, 4:39 PM
I just generated a simple app from this website: https://terrakok.github.io/Compose-Multiplatform-Wizard/ And am still not able to write a unit test for Android; i.e., the "@Test" annotation doesn't seem to exist. It's really discouraging to find conflicting and divergent tutorials online. Can someone please point me to a single, consistent tutorial for working with a project created by the main Kotlin Multiplatform Wizard?
d

Daniel Weidensdörfer

11/16/2023, 5:58 PM
Having a look at your gradle test dependencies for android will help.
3 Views