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 6decc28 commit af4c60dCopy full SHA for af4c60d
.github/workflows/main.yml
@@ -24,5 +24,6 @@ jobs:
24
- name: Setup Android SDK
25
uses: android-actions/setup-android@v3
26
27
- - name: Build project
+ - name: Build DynamicCodeLoadingKotlin
28
+ working-directory: ./DynamicCodeLoadingKotlin
29
run: ./gradlew :app:assembleDebug
0 commit comments