Hey, I am using Compose Build262, and the `uiTooli...
# compose-desktop
h
Hey, I am using Compose Build262, and the
uiTooling
dependency requires
androidx.activity:activity-compose:1.4.0-alpha01
, which is not (yet) published to https://maven.google.com/web/index.html#androidx.activity:activity-compose Thread in Slack Conversation
o
what are you trying to achieve using Desktop uiTooling dependency in Android sourceset?
h
I want to include
uiTooling
in the shared
desktopAndAndroid
sourceSet.
👀 1
i
Our weekly builds can depend on not-yet-published libraries (but "true" releases will be fine). As a temporary measure, you can: • use the old build, wait two weeks until the missing artifact will be published • add a temporary repo:
Copy code
maven("<https://androidx.dev/storage/prebuilts/androidx/internal/repository>")
(I haven't check it yet if this helps) But don't use it in production, as it contains constantly changing artifacts
🙏 1
j
is there plans to publish the non dev versions in maven central?
mixing dev versions with normal ones in the same repo can do hard working with dependabot or equivalent tools
i
is there plans to publish the non dev versions in maven central?
We want to do that eventually
👍 1