Description of the bug:
Whenever a new Android project is generated using Google AI Studio and built via GitHub Actions, the build fails with a Kotlin plugin parsing error.
Steps to Reproduce
- Generate a new Android project in Google AI Studio.
- Push the project to a GitHub repository.
- Run a GitHub Actions workflow to build the project (e.g.,
./gradlew assembleRelease or ./gradlew build).
Error Output
> Task :app:compileReleaseKotlin FAILED
at org.jetbrains.kotlin.cli.jvm.plugins.PluginCliParser.loadPluginsLegacyStyle
### Actual vs expected behavior:
_No response_
### Any other information you'd like to share?
_No response_
Description of the bug:
Whenever a new Android project is generated using Google AI Studio and built via GitHub Actions, the build fails with a Kotlin plugin parsing error.
Steps to Reproduce
./gradlew assembleReleaseor./gradlew build).Error Output