Leon Kiefer
12/10/2023, 11:28 PMroot project and two subprojects A and B . A and B are multiplatform projects. B depends on A (implementation(project(":A"))). However in project B I cannot resolve any references from project A . The task :B:compileReleaseKotlinAndroid fails with unresolved references. In A and B I have configured androidTarget and ios targets.