Skip to content

Commit

Permalink
run compileDebugKotlin first
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 committed Feb 6, 2025
1 parent a48cddd commit 91fe630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/check
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ run_android() {
tools/gradle --info :app:compileFlutterBuildRelease \
|| return

tools/gradle --info :app:compileDebugKotlin \
|| return

# For docs on this Android linter:
# https://developer.android.com/studio/write/lint
tools/gradle --info :app:lint \
Expand Down

0 comments on commit 91fe630

Please sign in to comment.