Hey everyone. Just starting out trying to give Com...
# compose
b
Hey everyone. Just starting out trying to give Compose a go in an existing project and keep getting this build error to do with not being able to find the dependency in the repo. Has anyone seen this before or know how I can fix it?
Copy code
> Could not resolve all files for configuration ':app:kotlin-extension'.
   > Could not find androidx.compose:compose-compiler:1.0.0-beta07.
     Searched in the following locations:
       - <https://dl.google.com/dl/android/maven2/androidx/compose/compose-compiler/1.0.0-beta07/compose-compiler-1.0.0-beta07.pom>
       - <https://jcenter.bintray.com/androidx/compose/compose-compiler/1.0.0-beta07/compose-compiler-1.0.0-beta07.pom>
       - <https://repo.maven.apache.org/maven2/androidx/compose/compose-compiler/1.0.0-beta07/compose-compiler-1.0.0-beta07.pom>
       - <https://maven.google.com/androidx/compose/compose-compiler/1.0.0-beta07/compose-compiler-1.0.0-beta07.pom>
       
     Required by:
         project :app