Kotlin Standard Lib to 1.8.22 (1.9+ throws an error below Gradle 8.1)
core-ktx
webkit
splashscreenn
browser
material
lifecycle viewmodel
I left our Kotlin language and API versions (what we code to/our customers minimum version) at 1.6. Here is what we could utilize if we bumped it to 1.7. 1.9 removes support for 1.3 (which was deprecated in 1.6) and I don't think 1.4 is even deprecated yet so I don't see anything pressing.
34
1.9.20
1.8.22
(1.9+
throws an error below Gradle 8.1)I left our Kotlin language and API versions (what we code to/our customers minimum version) at
1.6
. Here is what we could utilize if we bumped it to 1.7.1.9
removes support for1.3
(which was deprecated in1.6
) and I don't think1.4
is even deprecated yet so I don't see anything pressing.