Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit d461946

Browse files
author
Nick Rout
committed
Fix dependency issue
1 parent 14ea759 commit d461946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ allprojects {
6262
maven { url Libs.AndroidX.Compose.snapshotUrl }
6363
}
6464
}
65+
// BUG: https://issuetracker.google.com/issues/240473335
66+
configurations.all {
67+
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
68+
}
6569
}
6670

6771
subprojects {

0 commit comments

Comments
 (0)