Skip to content

Commit 97e821f

Browse files
committed
Update to Kotlin 1.3.41
1 parent 8cdc90b commit 97e821f

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
@@ -4,8 +4,8 @@ import java.net.URI
44

55

66
plugins {
7-
id("kotlin-multiplatform") version "1.3.40"
8-
id("kotlinx-serialization") version "1.3.40"
7+
id("kotlin-multiplatform") version "1.3.41"
8+
id("kotlinx-serialization") version "1.3.41"
99
id("maven-publish")
1010
id("com.jfrog.bintray") version "1.8.4"
1111
id("com.github.kukuhyoniatmoko.buildconfigkotlin") version "1.0.5"

0 commit comments

Comments
 (0)