Skip to content

Fix Android build: migrate from deprecated kotlinOptions to compilerOptions DSL#3

Merged
feoh merged 1 commit intomainfrom
copilot/iterate-android-build-until-success
Apr 3, 2026
Merged

Fix Android build: migrate from deprecated kotlinOptions to compilerOptions DSL#3
feoh merged 1 commit intomainfrom
copilot/iterate-android-build-until-success

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Summary

The Android APK build was failing because newer Kotlin Gradle plugin versions treat kotlinOptions as a hard error (not just a deprecation warning).

Changes

  • android/build.gradle.kts: Replace deprecated kotlinOptions block with the type-safe compilerOptions DSL, setting jvmTarget to JVM_17.

@feoh feoh marked this pull request as ready for review April 3, 2026 14:30
@feoh feoh merged commit 75cb008 into main Apr 3, 2026
1 check passed
@feoh feoh deleted the copilot/iterate-android-build-until-success branch April 3, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants