You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build android-sdk-compose locally in the publish workflow (#1)
The module resolves `com.mapconductor:compose` by coordinate in a standalone
build, and `compose` itself depends on `core`. The workflow only cloned
`android-sdk-core`, so dependency resolution fails.
Clone and locally publish `android-sdk-compose` as well. The workflow predates
the Compose layer being split out.
0 commit comments