File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
extensions-compose-example
tutorials/tutorial-sample Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dependencies {
54
54
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
55
55
implementation " androidx.recyclerview:recyclerview:1.2.1"
56
56
implementation " com.github.lisawray.groupie:groupie:2.10.0"
57
+ implementation(" com.github.lisawray.groupie:groupie-viewbinding:2.10.0" )
57
58
58
59
implementation(" androidx.appcompat:appcompat:1.5.1" )
59
60
implementation(" androidx.core:core-ktx:1.9.0" )
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dependencies {
40
40
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
41
41
implementation " androidx.recyclerview:recyclerview:1.2.1"
42
42
implementation " com.github.lisawray.groupie:groupie:2.10.0"
43
+ implementation(" com.github.lisawray.groupie:groupie-viewbinding:2.10.0" )
43
44
44
45
implementation(" androidx.appcompat:appcompat:1.5.1" )
45
46
implementation(" androidx.core:core-ktx:1.9.0" )
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies {
33
33
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
34
34
implementation " androidx.recyclerview:recyclerview:1.2.1"
35
35
implementation " com.github.lisawray.groupie:groupie:2.10.0"
36
+ implementation(" com.github.lisawray.groupie:groupie-viewbinding:2.10.0" )
36
37
37
38
implementation(project(" :simple-stack" ))
38
39
implementation ' com.github.Zhuinden.simple-stack-extensions:core-ktx:2.2.4'
You can’t perform that action at this time.
0 commit comments