Skip to content

Commit

Permalink
pre.736
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Apr 29, 2024
1 parent f57b645 commit 7fc0636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ about version compatibility.
Just declare `kotlin-wrappers-bom` and specify the modules you need:

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.735"
val kotlinWrappersVersion = "1.0.0-pre.736"

dependencies {
implementation(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:$kotlinWrappersVersion"))
Expand All @@ -91,7 +91,7 @@ Or use a helper function:
fun kotlinw(target: String): String =
"org.jetbrains.kotlin-wrappers:kotlin-$target"

val kotlinWrappersVersion = "1.0.0-pre.735"
val kotlinWrappersVersion = "1.0.0-pre.736"

dependencies {
implementation(platform(kotlinw("wrappers-bom:$kotlinWrappersVersion")))
Expand Down
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.735
version.build=pre.736

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true
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.735"
val kotlinWrappersVersion = "1.0.0-pre.736"

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

0 comments on commit 7fc0636

Please sign in to comment.