Skip to content

Commit 3d19994

Browse files
authored
Merge pull request #1132 from google/ben/alpha08
v0.24.7-alpha
2 parents 2261a41 + 797c58c commit 3d19994

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ subprojects {
134134
// Set JVM target to 1.8
135135
jvmTarget = "1.8"
136136
// Allow use of @OptIn
137-
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
137+
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
138138
// Enable default methods in interfaces
139139
freeCompilerArgs += "-Xjvm-default=all"
140140
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3333

3434
GROUP=com.google.accompanist
3535
# !! No longer need to update this manually when using a Compose SNAPSHOT
36-
VERSION_NAME=0.24.7-SNAPSHOT
36+
VERSION_NAME=0.24.7-alpha
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
compose = "1.2.0-alpha07"
2+
compose = "1.2.0-alpha08"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together
66
gradlePlugin = "7.1.2"
77
lintMinCompose = "30.0.0"
88

99
ktlint = "0.42.1"
10-
kotlin = "1.6.10"
10+
kotlin = "1.6.20"
1111
coroutines = "1.6.0"
1212
okhttp = "3.12.13"
1313
coil = "1.3.2"

0 commit comments

Comments
 (0)