trying to add jetpack compose to my existing proje...
# compose
s
trying to add jetpack compose to my existing project but getting below stack trace
🧵 5
😳 1
😔 1
a
put the stack trace in the thread please
s
* What went wrong: Execution failed for task 'appcheckDebugAarMetadata'.
Could not resolve all files for configuration 'appdebugRuntimeClasspath'.
> Could not find io.insert-koinkoin androidx compose3.0.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/io/insert-koin/koin-androidx-compose/3.0.2/koin-androidx-compose-3.0.2.pom - https://repo.maven.apache.org/maven2/io/insert-koin/koin-androidx-compose/3.0.2/koin-androidx-compose-3.0.2.pom Required by: project :app > Could not find org.koinkoin androidx viewmodel3.0.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/koin/koin-androidx-viewmodel/3.0.2/koin-androidx-viewmodel-3.0.2.pom - https://repo.maven.apache.org/maven2/org/koin/koin-androidx-viewmodel/3.0.2/koin-androidx-viewmodel-3.0.2.pom Required by: project :app > Could not find org.koinkoin androidx scope3.0.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/koin/koin-androidx-scope/3.0.2/koin-androidx-scope-3.0.2.pom - https://repo.maven.apache.org/maven2/org/koin/koin-androidx-scope/3.0.2/koin-androidx-scope-3.0.2.pom Required by: project :app > Could not find com.github.PhilJayMPAndroidChartv3.1.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/PhilJay/MPAndroidChart/v3.1.0/MPAndroidChart-v3.1.0.pom - https://repo.maven.apache.org/maven2/com/github/PhilJay/MPAndroidChart/v3.1.0/MPAndroidChart-v3.1.0.pom Required by: project :app > Could not find com.applandeomaterial calendar view1.4.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/applandeo/material-calendar-view/1.4.0/material-calendar-view-1.4.0.pom - https://repo.maven.apache.org/maven2/com/applandeo/material-calendar-view/1.4.0/material-calendar-view-1.4.0.pom Required by: project :app > Could not find com.synnappscarouselview0.1.5. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/synnapps/carouselview/0.1.5/carouselview-0.1.5.pom - https://repo.maven.apache.org/maven2/com/synnapps/carouselview/0.1.5/carouselview-0.1.5.pom Required by: project :app
s
okay will do that
a
Please delete the long message under this.
c
@SURJEET SINGH RATHORE can you post the diff of what you changed trying to enable jetpack compose in existing project?
s
@Colton Idle followed the official doc and installed JDK 11