diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index baf2109..c89035f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -17,4 +17,8 @@ jobs: run: ./gradlew assembleDebug - name: Build web app run: ./gradlew :web:assemble + - name: Build iOS shared code + run: ./gradlew :common:compileKotlinIOS + - name: Build macOS shared code + run: ./gradlew :common:compileKotlinMacOS