Skip to content

Commit c26ff57

Browse files
dependabot[bot]oshai
authored andcommitted
Bump multiplatform from 2.0.0 to 2.0.20
Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.20) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3551063 commit c26ff57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
77
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
88

99
plugins {
10-
kotlin("multiplatform") version "2.0.0"
10+
kotlin("multiplatform") version "2.0.20"
1111
// This version is dependent on the maximum tested version
1212
// of this plugin within the Kotlin multiplatform library
1313
id("com.android.library") version "8.6.0"

0 commit comments

Comments
 (0)