Hello I have a project which has Java code and Kot...
# gradle
n
Hello I have a project which has Java code and Kotlin code. The Java code references the Kotlin code and the Kotlin code references the Java code. At the moment the
compileJava
task is failing because it can't find the Kotlin code. What is the correct way to configure my kotlin-dsl build script?