reactormonk
06/20/2025, 12:32 PMincludeBuild("kable") {
dependencySubstitution {
substitute(module("com.juul.kable:kable-core")).using(project(":kable-core"))
}
}
reactormonk
06/20/2025, 12:33 PM> Task :projects
Projects:
------------------------------------------------------------
Root project 'App'
------------------------------------------------------------
Root project 'App'
\--- Project ':composeApp'
Included builds:
+--- Included build ':build-logic'
\--- Included build ':kable'
but fails on CI:
* What went wrong:
Project with path ':kable-core' not found in build ':kable'.
Chrimaeon
06/20/2025, 1:38 PMkable-core
project?Vampire
06/20/2025, 4:54 PMreactormonk
06/20/2025, 8:02 PMcheckout
which all had to be annotated with fetching submodules, problem solved.