With that I get: ``` classes kotlin main ...
# gradle
m
With that I get:
Copy code
classes
  kotlin
    main
    test
  main
  test
But I'd rather have the kotlin output alongside the Java
For future reference, I got this to work with:
Copy code
compileKotlin.destinationDir = compileJava.destinationDir
compileTestKotlin.destinationDir = compileTestJava.destinationDir