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

Support AGP's built-in Kotlin compilation #2097

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. Support AGP's built-in Kotlin compilation

    Previously, the sourceSet-specific KSP configurations (e.g., kspTest)
    weren't being created when AGP's built-in Kotlin compilation was
    enabled.
    
    This change also increases the AGP version from 7.3.0 to 8.7.0-beta01 in
    order to test against a version of AGP with the built-in Kotlin support.
    
    This change also makes several adjustments to compile and run tests
    against AGP 8.7.0-beta01 (e.g., increasing Gradle version to 8.9,
    increasing Java source and target compatibility to 11 for the
    ":gradle-plugin" module, etc).
    
    Bug: b/362279380
    Test: GradleCompilationTest
    scott-pollom committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8a5096f View commit details
    Browse the repository at this point in the history