Skip to content

Bug: Android projects generated by Google AI Studio fail on GitHub Actions build (PluginCliParser.loadPluginsLegacyStyle) #76

Description

@star4droid

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

  1. Generate a new Android project in Google AI Studio.
  2. Push the project to a GitHub repository.
  3. 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_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions