Join Slack
Powered by
I have had the issue in android library projects a...
# gradle
t
trevjones
06/23/2017, 6:48 PM
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
dagguh
06/23/2017, 6:52 PM
trevjones: I just tested it:
tasks["compileTestKotlin"].dependsOn(tasks["compileKotlin"])
Unforunately, it didn't help
dagguh
06/23/2017, 6:53 PM
And I do see they are run in the expected order, still, I'm getting
Unresolved reference
errors
Open in Slack
Previous
Next