I added the mock dependecy to the build.gradle:
testImplementation "io.mockk:mockk:1.13.2"
testImplementation "io.mockk:mockk-agent-jvm:1.13.2"
Now I want to use the import:
io.mockk.*
This dosen't work and android studio says: Unresolved reference: mockk