tyler
10/08/2018, 9:42 PMJavaCompile 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?