We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865b9d2 commit 0c64a49Copy full SHA for 0c64a49
3 files changed
maps-compose-utils/build.gradle.kts
@@ -34,7 +34,7 @@ android {
34
jvmTarget.set(JvmTarget.JVM_1_8)
35
freeCompilerArgs.addAll(
36
"-Xexplicit-api=strict",
37
- "-Xopt-in=kotlin.RequiresOptIn"
+ "-opt-in=kotlin.RequiresOptIn"
38
)
39
}
40
maps-compose-widgets/build.gradle.kts
@@ -42,7 +42,7 @@ android {
42
43
44
45
46
47
48
maps-compose/build.gradle.kts
0 commit comments