Brill
02/28/2025, 4:33 PMincludeBuild("../framework-shoebox")
And then in the module we are including it like normal: api(libs.aughtone.framework.shoebox)
however, the main build is not resolving all the targets in the composite, so we get the error we're all familiar with:
:composeApp:iosArm64Main: Could not find io.github.aughtone:framework-shoebox:1.0.0-alpha1.
Required by:
project :composeApp > project :features
Does anyone have any experience with setting this up?
it appears that the composite is simply not including the rest of the modules dependencies, or doesn't understand the structure of a multiplatform module.
Note: it only seems to be the iOS variants that are not visible.tapchicoma
03/03/2025, 1:50 PMBrill
03/03/2025, 3:43 PM