Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kotlin Multiplatform Test: The test requires Java 17 but in our github action we only have 11 #298

Merged
merged 2 commits into from
May 26, 2024

Commits on Apr 23, 2024

  1. The test requires Java 17 but in our github action we only have 11

    By downgrading the android-gradle plugin, it also runs with java 11
    balrok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0784c9a View commit details
    Browse the repository at this point in the history
  2. replace deprecated projectDir and buildDir

    also fix the resolution of relative output directories: for the
    Multiplatform-test it failed because it resolved the path to
    ":android/my/path"
    balrok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8b85eb5 View commit details
    Browse the repository at this point in the history