Skip to content

Commit

Permalink
Bump to Kotlin 1.5 (#175)
Browse files Browse the repository at this point in the history
* Bump to Kotlin 1.5

Kotlin 1.5 is out, but kotlin-logging still being on 1.4 causes
dependency conflicts in my project. With this change, I bump the
Kotlin version to 1.5.

https://blog.jetbrains.com/kotlin/2021/05/kotlin-1-5-0-released/

* Update build.gradle.kts

Co-authored-by: Julien Lehuen <julien.lehuen@imc.com>
Co-authored-by: Ohad Shai <ohadshai@gmail.com>
  • Loading branch information
3 people committed Jul 13, 2021
1 parent d25d0f4 commit c295dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.4.31"
id("org.jetbrains.dokka") version "1.4.32"
kotlin("multiplatform") version "1.5.21"
id("org.jetbrains.dokka") version "1.5.0"
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
signing
Expand Down

0 comments on commit c295dab

Please sign in to comment.