<!channel>: New version available with support for...
# kobalt
c
<!channel>: New version available with support for fully mixed projects (Kotlin/Java). All you need to do is to add the source directory. For example, for a
javaProject
, add
src/main/kotlin
as a source dir, and for a
kotlinProject
, add
src/main/java
as source dir. Please give it a shot and report back. I’m still polishing a few things but it should generally work.
👍 8