hfhbd
07/21/2021, 11:42 PMuiTooling
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-composeIan Lake
07/22/2021, 12:09 AMIan Lake
07/22/2021, 12:11 AMhfhbd
07/22/2021, 12:19 AMid("org.jetbrains.compose") version "0.5.0-build262"
, released 16 hours ago which based on the current master branch of androidx
, not on released versions, and use its dependency in an Android project: implementation(compose.uiTooling)
, which results into this error:
Could not find androidx.activity:activity-compose:1.4.0-alpha01.
Searched in the following locations:
- <https://repo.maven.apache.org/maven2/androidx/activity/activity-compose/1.4.0-alpha01/activity-compose-1.4.0-alpha01.pom>
- <https://dl.google.com/dl/android/maven2/androidx/activity/activity-compose/1.4.0-alpha01/activity-compose-1.4.0-alpha01.pom>
- <https://maven.pkg.jetbrains.space/public/p/compose/dev/androidx/activity/activity-compose/1.4.0-alpha01/activity-compose-1.4.0-alpha01.pom>
Required by:
project :androidApp > org.jetbrains.compose.ui:ui-tooling:0.5.0-build262 > org.jetbrains.compose.ui:ui-tooling-android-debug:0.5.0-build262
Ian Lake
07/22/2021, 1:44 AMIan Lake
07/22/2021, 1:47 AM