Skip to content

Commit 9380964

Browse files
authored
Android: Fix androidtodo and replace compose samples in ci with it (#5770)
This was broken accidentally since [the ksp 2 work](#5727) , I didn't realise it wasn't running in the CI. I'd prefer to have androidtodo over jetnews, as jetnews doesn't use Hilt, and androidtodo uses both compose and hilt (and KSP), so if I may choose one I prefer androidtodo.
1 parent 80f2028 commit 9380964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
setup-android: true
157157

158158
- java-version: 17
159-
millargs: "'example.thirdparty[android-compose-samples].packaged.daemon'"
159+
millargs: "'example.thirdparty[androidtodo].packaged.daemon'"
160160
setup-android: true
161161

162162
- java-version: 24

example/thirdparty/androidtodo/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ object app extends AndroidAppKotlinModule, AndroidR8AppModule, AndroidBuildConfi
109109
mvn"com.google.dagger:hilt-android-compiler:2.56"
110110
)
111111

112-
object test extends Ksp2Tests, AndroidHiltSupport, TestModule.Junit4 {
112+
object test extends Ksp2Tests, AndroidAppKotlinTests, AndroidHiltSupport, TestModule.Junit4 {
113113

114114
def moduleDeps = super.moduleDeps ++ Seq(`shared-test`)
115115

0 commit comments

Comments
 (0)