Skip to content

Commit 7a5a84a

Browse files
committed
chore: misc update
1 parent 89b4497 commit 7a5a84a

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
146146
$ ./gradlew :backend:agent:otel:build
147147
```
148148

149-
* AOT Linking
149+
* AOT Cache
150150

151151
```bash
152152
# Training Run

gradle/kotlin-js-store/package-lock.json

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
java = "26"
33
kotlin = "2.2.0-RC2"
44
kotlin-ksp = "2.2.0-RC2-2.0.2"
5-
kotlin-jvmtarget = "21"
5+
kotlin-jvmtarget = "24"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.2"
88
kotlin-lang-version = "2.2"

0 commit comments

Comments
 (0)