Skip to content

Commit

Permalink
Kotlin 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Oct 10, 2024
1 parent 7a59c7a commit 2de7b71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![CI](https://github.com/JetBrains/kotlin-wrappers/workflows/CI/badge.svg)](https://github.com/JetBrains/kotlin-wrappers/actions)
[![CI-K2.1](https://github.com/JetBrains/kotlin-wrappers/workflows/CI-K2.1/badge.svg)](https://github.com/JetBrains/kotlin-wrappers/actions)
[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlin-wrappers/kotlin-wrappers-bom)](https://mvnrepository.com/artifact/org.jetbrains.kotlin-wrappers/kotlin-wrappers-bom)
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Slack channel](https://img.shields.io/badge/chat-slack-green.svg?logo=slack)](https://kotlinlang.slack.com/messages/react/)

# Kotlin Wrappers
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ kotlin.js.yarn=false
kotlin.js.stdlib.dom.api.included=false
kotlin.js.ir.output.granularity=per-file

kotlin.version=2.0.20
kotlin.version=2.0.21
seskar.version=3.41.0
kotlin-wrappers.version=0.0.1-pre.817
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin.js.stdlib.dom.api.included=false
kotlin.js.ir.output.granularity=per-file

# https://github.com/JetBrains/kotlin/releases
kotlin.version=2.0.20
kotlin.version=2.0.21

# https://github.com/Kotlin/kotlinx.html/releases
kotlinx-html.version=0.11.0
Expand Down
5 changes: 0 additions & 5 deletions kotlin-css/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ plugins {
}

kotlin {
jvmToolchain(11) // Do not change!
jvm()
js()

iosArm64()
iosSimulatorArm64()
iosX64()

// Sets the device ID for iosSimulatorArm64Test
targets.withType<KotlinNativeTargetWithSimulatorTests> {
testRuns["test"].deviceId = "iPhone 16"
Expand Down

0 comments on commit 2de7b71

Please sign in to comment.