Skip to content

Commit 3e0697d

Browse files
committed
Run compileDebugKotlin separately
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 2d9c210 commit 3e0697d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/check

+3
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,9 @@ run_android() {
469469
tools/gradle -q :app:lint \
470470
|| return
471471

472+
tools/gradle -q --debug :app:compileDebugKotlin \
473+
|| return
474+
472475
tools/gradle --no-build-cache --debug :app:buildRelease
473476
# flutter build apk \
474477
# || return

0 commit comments

Comments
 (0)