https://kotlinlang.org logo
#compose
Title
# compose
m

magnumrocha

01/24/2021, 11:29 AM
does anyone have a problem importing the dependency
androidx.ui:ui-tooling:1.0.0-alpha10
?
Copy code
Execution failed for task ':samples:android:mergeDebugResources'.
> Could not resolve all files for configuration ':samples:android:debugRuntimeClasspath'.
   > Could not find androidx.ui:ui-tooling:1.0.0-alpha10.
     Searched in the following locations:
       - <https://kotlin.bintray.com/kotlinx/androidx/ui/ui-tooling/1.0.0-alpha10/ui-tooling-1.0.0-alpha10.pom>
       - <https://dl.google.com/dl/android/maven2/androidx/ui/ui-tooling/1.0.0-alpha10/ui-tooling-1.0.0-alpha10.pom>
       - <https://jcenter.bintray.com/androidx/ui/ui-tooling/1.0.0-alpha10/ui-tooling-1.0.0-alpha10.pom>
     Required by:
         project :android
j

John O'Reilly

01/24/2021, 11:43 AM
should be following now
Copy code
"androidx.compose.ui:ui-tooling:${Versions.compose}"
👍 1
m

magnumrocha

01/24/2021, 11:46 AM
🤦 shame on me, didn’t pay attention the package change….