Skip to content

Commit c295dab

Browse files
snooze92Julien Lehuenoshai
authored
Bump to Kotlin 1.5 (#175)
* 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 <[email protected]> Co-authored-by: Ohad Shai <[email protected]>
1 parent d25d0f4 commit c295dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("multiplatform") version "1.4.31"
3-
id("org.jetbrains.dokka") version "1.4.32"
2+
kotlin("multiplatform") version "1.5.21"
3+
id("org.jetbrains.dokka") version "1.5.0"
44
`maven-publish`
55
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
66
signing

0 commit comments

Comments
 (0)