Skip to content

Commit 91fe630

Browse files
committed
run compileDebugKotlin first
Signed-off-by: Zixuan James Li <[email protected]>
1 parent a48cddd commit 91fe630

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
@@ -464,6 +464,9 @@ run_android() {
464464
tools/gradle --info :app:compileFlutterBuildRelease \
465465
|| return
466466

467+
tools/gradle --info :app:compileDebugKotlin \
468+
|| return
469+
467470
# For docs on this Android linter:
468471
# https://developer.android.com/studio/write/lint
469472
tools/gradle --info :app:lint \

0 commit comments

Comments
 (0)