Skip to content

Commit

Permalink
Update compose gradle plugin version in integration composable-test-c…
Browse files Browse the repository at this point in the history
…ases (#3246)

Reason: #3169 is needed to run the tests with kotlin 1.9.0-Beta
  • Loading branch information
eymar authored Jun 7, 2023
1 parent 8a15fbe commit 3964131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/integrations/composable-test-cases/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m
kotlin.code.style=official
kotlin.native.enableDependencyPropagation=false
android.useAndroidX=true
kotlin.version=1.8.10
kotlin.version=1.8.20
agp.version=7.3.0
compose.version=1.3.1
compose.version=1.5.0-dev1063
kotlin.native.cacheKind=none

#empty by default - a default version will be used
Expand Down

0 comments on commit 3964131

Please sign in to comment.