I have an app which is a composite build with an i...
# compose
m
I have an app which is a composite build with an includeBuild from a compose library, it has worked for ages but since last bumblebee release (that relies on gradle>= 7.3) I've got "No model of type 'TurnOffDefaultTasks' is available in this build." message and the library does not even show off in the gradle pane. Other library's who are also attached as includeBuilds work fine. It's a real stopper ...