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 {
7474 api project(' :litho-rendercore' )
7575 api project(' :litho-rendercore-incremental-mount' )
7676 api project(' :litho-rendercore-primitives' )
77+ implementation project(' :litho-rendercore-text' )
7778 api project(' :litho-rendercore-transitions' )
7879 api project(' :litho-rendercore-visibility' )
7980
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ dependencies {
6161 testImplementation deps. assertjCore
6262 testImplementation deps. junit
6363 testImplementation deps. mockitoCore
64+ testImplementation deps. mockitokotlin
6465 testImplementation deps. robolectric
6566 testImplementation deps. supportTestCore
6667}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation deps. supportSwipeRefresh
4747 implementation deps. supportCore
4848 kapt project(' :litho-processor' )
49- implementation project(' :litho-rendercore-text' )
49+ api project(' :litho-rendercore-text' )
5050
5151 // Annotations
5252 compileOnly deps. jsr305
You can’t perform that action at this time.
0 commit comments