Skip to content

Commit 464a15d

Browse files
committed
chore: downgrade kotlin version for compatibility
1 parent 5ba7d83 commit 464a15d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/sweet-dependency/sweet-dependency-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ repositories:
1111
plugins:
1212
org.jetbrains.kotlin.jvm:
1313
alias: kotlin-jvm
14-
version: 2.2.10
14+
# For compatibility with Android projects.
15+
version: 2.0.10
16+
auto-update: false
1517
org.jetbrains.dokka:
1618
alias: kotlin-dokka
1719
version: 1.9.20

0 commit comments

Comments
 (0)