Skip to content

Commit

Permalink
Ensure Kotlin 1.3 compatibility #1694
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 26, 2021
1 parent 194b6f6 commit 962d1a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@
<artifactId>kotlin-maven-plugin</artifactId>
<configuration>
<jvmTarget>1.8</jvmTarget>
<languageVersion>1.3</languageVersion>
<apiVersion>1.3</apiVersion>
<args>
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi</arg>
Expand Down

0 comments on commit 962d1a6

Please sign in to comment.