From cf16b2d260ce7cdff5442549b24a96b249a91f8b Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Thu, 15 Feb 2024 12:39:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d142e117cc..ada00c60f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ To find this library, call `./gradlew shared:dependencies` (replace `shared` by ### Could not find androidx.annotation:annotation:... _(or org.jetbrains.compose.collection-internal:collection)_ -It happens, because `1.6.0` depends on [collection](https://developer.android.com/jetpack/androidx/releases/collection) and [annnotation](https://developer.android.com/jetpack/androidx/releases/annotation) libraries that are available only in the Google Maven repository. +It happens because `1.6.0` depends on [collection](https://developer.android.com/jetpack/androidx/releases/collection) and [annnotation](https://developer.android.com/jetpack/androidx/releases/annotation) libraries that are available only in the Google Maven repository. To solve this, add `google()` maven repository to `build.gradle.kts`: ```