soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Gradle now support several separated classesDirs for outputs #288

Closed soywiz closed 6 years ago

soywiz commented 6 years ago

Gradle now support several separated classesDirs for outputs. For example one for kotlin, other for java. This should fix this when having multiple outputs.