Skip to content

Commit

Permalink
pre.818
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Oct 11, 2024
1 parent c659ea0 commit fac1a9b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencyResolutionManagement {

versionCatalogs {
create("kotlinWrappers") {
val wrappersVersion = "0.0.1-pre.817"
val wrappersVersion = "0.0.1-pre.818"
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:$wrappersVersion")
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kotlin.js.ir.output.granularity=per-file

kotlin.version=2.0.21
seskar.version=3.41.0
kotlin-wrappers.version=0.0.1-pre.817
kotlin-wrappers.version=0.0.1-pre.818
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.jetbrains.kotlin-wrappers
version.build=pre.817
version.build=pre.818

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.caching=true
Expand Down
5 changes: 5 additions & 0 deletions kotlin-css/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ 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
2 changes: 1 addition & 1 deletion kotlin-wrappers-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to have version mismatches.
Usage:

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.817"
val kotlinWrappersVersion = "1.0.0-pre.818"

dependencies {
implementation(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:$kotlinWrappersVersion"))
Expand Down

0 comments on commit fac1a9b

Please sign in to comment.