Skip to content

Commit

Permalink
Update kotlin version in components/resources library (#4027)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
eymar and Oleksandr.Karpovich authored Dec 11, 2023
1 parent 93b5134 commit 2b0c4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b0c4df

Please sign in to comment.