Hi. I see if I add a java file and try to build an...
# compose-desktop
a
Hi. I see if I add a java file and try to build an app with compose-jb I get this dreadful error in
compileJava
task: https://pastebin.com/ghZLKS21 (Could not resolve all task dependencies for configuration) Is it correct that I can’t build a compose desktop app with java source code? I tried to bring Dagger in my compose-jb target and as it generated java files I got such an error… The changes for ToDo sample app to reproduce the behavior: https://github.com/soniccat/compose-jb/commit/df0dc8a88e8cbb4bb0abd8e88e22f20ac8d676ea Also I had the same problem here for some reasons: https://kotlinlang.slack.com/archives/C01D6HTPATV/p1628078176106900