I have had the issue in android library projects a...
# gradle
t
I have had the issue in android library projects and had to add a dependency from the compile test task onto the main compile task
d
trevjones: I just tested it:
tasks["compileTestKotlin"].dependsOn(tasks["compileKotlin"])
Unforunately, it didn't help
And I do see they are run in the expected order, still, I'm getting
Unresolved reference
errors