Has anyone encountered the issue I am facing? I ad...
# android
j
Has anyone encountered the issue I am facing? I added Kotlin as a compile dependency to a project. Previously we were using Kotlin in our tests only, so it was there as a testCompile & androidTestCompile dependency (which I removed after adding the compile dependency). Now I get this error when trying to run a test:
Copy code
java.lang.ClassNotFoundException: Didn't find class "kotlin.collections.CollectionsKt" on path