Browse Source

Update kotlin version in components/resources library (#4027)

Reason: newer compose-core libs were built with kotlin 1.9.21. Previous
kotlin/native version 1.9.10 is not compatible with it.

Co-authored-by: Oleksandr.Karpovich <oleksandr.karpovich@jetbrains.com>
pull/4030/head
Oleksandr Karpovich 5 months ago committed by GitHub
parent
commit
2b0c4dfcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/gradle.properties

4
components/gradle.properties

@ -7,8 +7,8 @@ org.gradle.caching=true
android.useAndroidX=true
#Versions
kotlin.version=1.9.10
compose.version=1.5.3
kotlin.version=1.9.21
compose.version=1.6.0-dev1323
agp.version=8.1.2
#Compose

Loading…
Cancel
Save