File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ subprojects {
134
134
// Set JVM target to 1.8
135
135
jvmTarget = " 1.8"
136
136
// Allow use of @OptIn
137
- freeCompilerArgs + = " -Xopt -in=kotlin.RequiresOptIn"
137
+ freeCompilerArgs + = " -opt -in=kotlin.RequiresOptIn"
138
138
// Enable default methods in interfaces
139
139
freeCompilerArgs + = " -Xjvm-default=all"
140
140
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
33
34
34
GROUP =com.google.accompanist
35
35
# !! 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
37
37
38
38
POM_DESCRIPTION =Utilities for Jetpack Compose
39
39
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- compose = " 1.2.0-alpha07 "
2
+ compose = " 1.2.0-alpha08 "
3
3
composesnapshot = " -" # a single character = no snapshot
4
4
5
5
# gradlePlugin and lint need to be updated together
6
6
gradlePlugin = " 7.1.2"
7
7
lintMinCompose = " 30.0.0"
8
8
9
9
ktlint = " 0.42.1"
10
- kotlin = " 1.6.10 "
10
+ kotlin = " 1.6.20 "
11
11
coroutines = " 1.6.0"
12
12
okhttp = " 3.12.13"
13
13
coil = " 1.3.2"
You can’t perform that action at this time.
0 commit comments