This repository's Android toolchain no longer matches wordpress-mobile/WordPress-Android.
| Version |
GutenbergKit |
WordPress-Android |
|
| AGP |
9.3.1 |
9.3.1 |
in sync |
| Kotlin |
2.4.10 |
2.4.20 |
drifted |
| Gradle |
9.7.1 |
9.5.0 |
differs |
For anyone who sets localGutenbergKitPath in WordPress-Android's local-builds.gradle:
Kotlin: the build still configures, but the newer Kotlin Gradle plugin silently wins the classpath for both builds, so one of them compiles with a Kotlin version it is not tested against.
Align android/gradle/libs.versions.toml with WordPress-Android. If this repository is ahead, WordPress-Android needs the same upgrade instead.
To defer this, close the issue as not planned. A new one opens only when these versions change.
Opened by Android Toolchain Sync.
This repository's Android toolchain no longer matches wordpress-mobile/WordPress-Android.
9.3.19.3.12.4.102.4.209.7.19.5.0For anyone who sets
localGutenbergKitPathin WordPress-Android'slocal-builds.gradle:Kotlin: the build still configures, but the newer Kotlin Gradle plugin silently wins the classpath for both builds, so one of them compiles with a Kotlin version it is not tested against.
Align
android/gradle/libs.versions.tomlwith WordPress-Android. If this repository is ahead, WordPress-Android needs the same upgrade instead.To defer this, close the issue as not planned. A new one opens only when these versions change.
Opened by
Android Toolchain Sync.