Skip to content

Commit a2cdafb

Browse files
committed
Fix jetnews
1 parent 0d636dd commit a2cdafb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

JetNews/package.mill

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ object app extends BaseAndroidModule, AndroidR8AppModule {
8282
}
8383

8484

85-
object androidTest extends AndroidAppKotlinInstrumentedTests
86-
, AndroidR8AppModule {
85+
object androidTest extends AndroidAppKotlinInstrumentedTests, AndroidR8InstrumentedTestsModule {
8786

8887
def bomMvnDeps = super.mvnDeps() ++ Seq(
8988
mvn"androidx.compose:compose-bom:2025.05.00"

0 commit comments

Comments
 (0)