Why isn't the source code for Compose runtime 1.1....
# compose
m
Why isn't the source code for Compose runtime 1.1.0-beta02 (like remember()) available in Android Studio? I tried downloading using the Download Sources button, but failed.
1
Task :app:DownloadSources FAILED
FAILURE: Build failed with an exception.
* Where:
Initialization script '/tmp/ijmiscinit3.gradle' line: 25
* What went wrong:
Execution failed for task ':app:DownloadSources'.
Could not resolve all files for configuration ':app:downloadSources_41941e22-1505-4916-b188-88159a238f2a'.
> Could not find androidx.compose.runtime:runtime:1.1.0-beta02@aar.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime/1.1.0-beta02@aar/runtime-1.1.0-beta02@aar.pom>
- <https://repo.maven.apache.org/maven2/androidx/compose/runtime/runtime/1.1.0-beta02@aar/runtime-1.1.0-beta02@aar.pom>
- <https://jcenter.bintray.com/androidx/compose/runtime/runtime/1.1.0-beta02@aar/runtime-1.1.0-beta02@aar.pom>
Required by:
project :app
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 9s
1 actionable task: 1 executed