Anyone get `unresolved reference` when trying to i...
# getting-started
a
Anyone get
unresolved reference
when trying to instantiate an object from a unit test? Seems to cause clean builds to fail. This is in gradle/android project. The class is in the same package as the test that causes this error. The test is Kotlin, the ref it cant find is a Kotlin class -- project is mixed kt/java