File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ dependencies {
74
74
api project(' :litho-rendercore' )
75
75
api project(' :litho-rendercore-incremental-mount' )
76
76
api project(' :litho-rendercore-primitives' )
77
+ implementation project(' :litho-rendercore-text' )
77
78
api project(' :litho-rendercore-transitions' )
78
79
api project(' :litho-rendercore-visibility' )
79
80
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ dependencies {
61
61
testImplementation deps. assertjCore
62
62
testImplementation deps. junit
63
63
testImplementation deps. mockitoCore
64
+ testImplementation deps. mockitokotlin
64
65
testImplementation deps. robolectric
65
66
testImplementation deps. supportTestCore
66
67
}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation deps. supportSwipeRefresh
47
47
implementation deps. supportCore
48
48
kapt project(' :litho-processor' )
49
- implementation project(' :litho-rendercore-text' )
49
+ api project(' :litho-rendercore-text' )
50
50
51
51
// Annotations
52
52
compileOnly deps. jsr305
You can’t perform that action at this time.
0 commit comments