Skip to content

Commit 3b55c1f

Browse files
authored
chore: Downgrade Kotlin to 1.6 for backward compatibility (#32)
* chore - Downgrade Kotlin to 1.6 for backward compatibility
1 parent b6d61c1 commit 3b55c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50-
<kotlin.version>1.7.10</kotlin.version>
50+
<kotlin.version>1.6.21</kotlin.version>
5151
</properties>
5252

5353
<build>

0 commit comments

Comments
 (0)