Skip to content

Commit 3be8c2c

Browse files
committed
Fix compose compiler version
1 parent 75d62e2 commit 3be8c2c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
composeOptions {
66-
kotlinCompilerExtensionVersion '1.5.7'
66+
kotlinCompilerExtensionVersion '1.5.8'
6767
}
6868

6969
packagingOptions {

AdaptiveUiCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
compose true
5454
}
5555
composeOptions {
56-
kotlinCompilerExtensionVersion '1.5.7'
56+
kotlinCompilerExtensionVersion '1.5.8'
5757
}
5858
packagingOptions {
5959
resources {

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484
}
8585

8686
composeOptions {
87-
kotlinCompilerExtensionVersion '1.5.7'
87+
kotlinCompilerExtensionVersion '1.5.8'
8888
}
8989

9090
packagingOptions {

BasicLayoutsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
compose true
5454
}
5555
composeOptions {
56-
kotlinCompilerExtensionVersion '1.5.7'
56+
kotlinCompilerExtensionVersion '1.5.8'
5757
}
5858
packagingOptions {
5959
resources {

MigrationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
compose true
5151
}
5252
composeOptions {
53-
kotlinCompilerExtensionVersion '1.5.7'
53+
kotlinCompilerExtensionVersion '1.5.8'
5454
}
5555
packagingOptions {
5656
// Multiple dependency bring these files in. Exclude them to enable

NavigationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
composeOptions {
72-
kotlinCompilerExtensionVersion '1.5.7'
72+
kotlinCompilerExtensionVersion '1.5.8'
7373
}
7474

7575
packagingOptions {

TestingCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
// App dependencies
2626
appCompatVersion = '1.6.1'
2727
activityComposeVersion = '1.8.2'
28-
composeCompilerVersion = '1.5.7'
28+
composeCompilerVersion = '1.5.8'
2929
coreTestingVersion = '2.2.0'
3030
coroutinesVersion = "1.5.2"
3131
espressoVersion = '3.5.1'

ThemingCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
}
8181

8282
composeOptions {
83-
kotlinCompilerExtensionVersion '1.5.7'
83+
kotlinCompilerExtensionVersion '1.5.8'
8484
}
8585

8686
packagingOptions {

0 commit comments

Comments
 (0)