:wave: First off, love the tools you guys produce,...
# touchlab-tools
m
👋 First off, love the tools you guys produce, big fan I'm using KMMBridge for a few projects currently. I noticed yesterday that the latest canary AGP 8.0.0-alpha11 requires JDK 17
Copy code
Caused by: com.android.builder.errors.EvalIssueException: Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
 Your current JDK is located in /Users/runner/hostedtoolcache/Java_Adopt_jdk/11.0.17-8/x64/Contents/Home
It looks like
faktorybuildbranches.yml
GH Actions workflow currently sets Java 11. Would it be possible to add a
java-version
input argument for this?
151 Views