Skip to content

Commit

Permalink
fix: rollback to Kotlin 1.6 to not break compatitbility (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad authored Jun 15, 2023
1 parent 60e5f6e commit 77b57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.dokka.gradle.DokkaTask
import java.net.URL

plugins {
kotlin("jvm").version("1.8.21")
kotlin("jvm").version("1.6.21")
id("org.jetbrains.dokka").version("1.7.10")
`java-library`
`maven-publish`
Expand Down

0 comments on commit 77b57f0

Please sign in to comment.