Isaac Udy
03/02/2021, 12:15 AMColton Idle
03/02/2021, 12:54 AMAdam Powell
03/02/2021, 3:10 AMPiotr Prus
03/02/2021, 6:42 AMnonameden
03/05/2021, 3:22 AMAdam Powell
03/05/2021, 3:37 AMnonameden
03/09/2021, 2:37 AMcompose-compiler
it does not present in Google maven or central maven…
> Could not resolve all files for configuration ':app:kotlin-extension'.
> Could not find androidx.compose:compose-compiler:1.0.0-beta01.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/androidx/compose/compose-compiler/1.0.0-beta01/compose-compiler-1.0.0-beta01.pom>
- <https://jcenter.bintray.com/androidx/compose/compose-compiler/1.0.0-beta01/compose-compiler-1.0.0-beta01.pom>
Required by:
project :app
Changing AGP to Canary version solves the problemColton Idle
03/09/2021, 3:10 AMimplementation 'androidx.compose.compiler:compiler:1.0.0-beta01'
nonameden
03/09/2021, 3:33 AMTry using implementation 'androidx.compose.compiler:compiler:1.0.0-beta01'
your statement does not contain coordinates
as well, it still will look into jcenter and google maven repoTash
03/17/2021, 1:52 AMnonameden
04/11/2021, 11:01 PMColton Idle
04/11/2021, 11:03 PMnonameden
04/19/2021, 11:13 PM