Allow mixed java and kotlin sources in kotlin_library() target.
Created by: dsyang
see comments in #948
This would have to be a two step process. Run kotlinc
on the kotlin sources first, then pass the result into javac
and compile the java sources. https://discuss.kotlinlang.org/t/compiling-mixed-java-and-kotlin-files-on-the-command-line/1553