https://kotlinlang.org logo
Title
o

olonho

07/22/2021, 6:57 AM
what are you trying to achieve using Desktop uiTooling dependency in Android sourceset?
h

hfhbd

07/22/2021, 7:45 AM
I want to include
uiTooling
in the shared
desktopAndAndroid
sourceSet.
👀 1
i

Igor Demin

07/22/2021, 7:53 AM
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:
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
:tnx: 1
j

Javier

07/22/2021, 7:58 AM
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

Igor Demin

07/22/2021, 8:01 AM
is there plans to publish the non dev versions in maven central?
We want to do that eventually
👍 1