Question.. ``` JavaCompile javaCompile = varia...
# gradle
t
Question..
Copy code
JavaCompile javaCompile = variant.javaCompiler
    javaCompile.doLast { ... }
Has all of the kotlin code gone through compilation, and the .class files written to the output directory before javaCompile.doLast {} is invoked?