commit | c8e733df15748a99ad863c392a059395e944eb54 | [log] [tgz] |
---|---|---|
author | Daniel Santiago Rivera <[email protected]> | Tue Jul 30 12:31:12 2024 -0400 |
committer | Daniel Santiago Rivera <[email protected]> | Tue Jul 30 12:50:39 2024 -0400 |
tree | 002c4af301b0fe1222e717f39f26e77a4be7b2d1 | |
parent | 1d0cd1f7a07518d3fbe8f69ba6b85d9dcab6671d [diff] [blame] |
Pin annotations and collections in Room Pinned versions include the new KMP artifacts, no need to depend on ToT. Test: n/a Change-Id: I0ddc7b64acad781280c0178240127ffd3598d9e4
diff --git a/room/room-common/build.gradle b/room/room-common/build.gradle index 7fda363..bc1ac61 100644 --- a/room/room-common/build.gradle +++ b/room/room-common/build.gradle
@@ -43,7 +43,7 @@ commonMain { dependencies { api(libs.kotlinStdlib) - api(project(":annotation:annotation")) + api("androidx.annotation:annotation:1.8.1") } }