Zac Sweers
05/28/2023, 3:33 PMandroid
being replaced by androidTarget
, but strangely it seems Gradle kotlin DSL only sees Kotlin 1.8.21's plugin sources. At runtime it obviously appears to be 1.9.0-Beta, but I’m unable to compile against 1.9.0-Beta APIs because of the wrong indexing. Should I file this on youtrack or would this be a gradle issue?
Repro - https://github.com/slackhq/circuit/pull/643
w: Please use `androidTarget` function instead of `android` to configure android target inside `kotlin { }` block.
See the details here: <https://kotl.in/android-target-dsl>
Zac Sweers
05/28/2023, 3:38 PMAlexey Belkov [JB]
05/30/2023, 7:20 AMAnton Mefodichev
05/30/2023, 12:42 PMatyrin
05/30/2023, 2:21 PMbaselineprofile
plugin somehow forces Gradle to analyse the build script file with the bundled in the Gradle Kotlin version.Zac Sweers
05/30/2023, 3:05 PMZac Sweers
05/30/2023, 6:41 PMZac Sweers
06/03/2023, 3:54 PM