Skip to content

Commit

Permalink
Add new AndroidX.room.gradlePlugin notation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 2, 2023
1 parent f20ffa0 commit 92fb163
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2640,6 +2640,8 @@ object AndroidX : IsNotADependency {
*/
val ktx = module("room-ktx")

val gradlePlugin = module("room-gradle-plugin")

/**
* Paging 3 Integration
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ androidx.remotecallback:remotecallback
androidx.remotecallback:remotecallback-processor
androidx.room:room-common
androidx.room:room-compiler
androidx.room:room-gradle-plugin
androidx.room:room-guava
androidx.room:room-ktx
androidx.room:room-paging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ androidx.remotecallback..remotecallback-processor=AndroidX.remoteCallback.proces
androidx.remotecallback..remotecallback=AndroidX.remoteCallback
androidx.room..room-common=AndroidX.room.common
androidx.room..room-compiler=AndroidX.room.compiler
androidx.room..room-gradle-plugin=AndroidX.room.gradlePlugin
androidx.room..room-guava=AndroidX.room.guava
androidx.room..room-ktx=AndroidX.room.ktx
androidx.room..room-paging-guava=AndroidX.room.paging.guava
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ androidx.remotecallback..remotecallback-processor=version.androidx.remotecallbac
androidx.remotecallback..remotecallback=version.androidx.remotecallback
androidx.room..room-common=version.androidx.room
androidx.room..room-compiler=version.androidx.room
androidx.room..room-gradle-plugin=version.androidx.room
androidx.room..room-guava=version.androidx.room
androidx.room..room-ktx=version.androidx.room
androidx.room..room-paging-guava=version.androidx.room
Expand Down

0 comments on commit 92fb163

Please sign in to comment.