Hi everybody. I’ve managed to run compose-jb todo ...
# compose-desktop
a
Hi everybody. I’ve managed to run compose-jb todo example but I see that it uses
buildSrc
instead of gradle
includeBuild
. In my pet project I use
includeBuild
and I didn’t manage to setup compose-jb with it. I’ve reproduced the error I get in my pet project with the todo example. There’re my changes: https://github.com/soniccat/compose-jb/commit/cf2dc97e8a42bc1fbd3aa678799537bd5f447921 The full error message is here https://pastebin.com/ghZLKS21 Probably I’ve messed up with gradle… would be great to hear any ideas.
k
I don't know too much about these things but I thought that they served different purposes. I would put in variables, tasks, plugins in buildSrc and includeBuild would be used in the settings.gradle file to include builds?
🤔 1
a
Yeah… I’ve decided to move all these convention plugins back into buildSrc as I don’t have any clue how to make it work with compose-jb. But that’s really strange as my setup only with Android and iOS works well with includeBuild…