We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ceeb8 commit 2b3d62dCopy full SHA for 2b3d62d
.github/workflows/android.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run script
16
run: |
17
chmod +x ./gdx/check_import.sh
18
- bash ./gdx/check_import.sh ./gdx/build.gradle
+ bash ./gdx/check_import.sh ./gdx/build.gradle.kts
19
shell: bash
20
21
ktlint:
0 commit comments