Bumped minimum Kotlin version to 1.9.25
This commit is contained in:
parent
8dda26e7ef
commit
3a1ad6ae66
2 changed files with 3 additions and 3 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [17, 21, 23]
|
java-version: [17, 21, 23]
|
||||||
kotlin-version: [1.9.24, 2.0.21, 2.1.0]
|
kotlin-version: [1.9.25, 2.0.21, 2.1.10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
[](https://kotlinlang.org)
|
[](https://kotlinlang.org)
|
||||||
[](https://rife2.com/bld)
|
[](https://rife2.com/bld)
|
||||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-kotlin)
|
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-kotlin)
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-kotlin)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-kotlin)
|
||||||
|
@ -66,7 +66,7 @@ public void compile() throws Exception {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
While older version of Kotlin are likely working with the extension, only version 1.9.24 or higher are officially
|
While older version of Kotlin are likely working with the extension, only version 1.9.25 or higher are officially
|
||||||
supported.
|
supported.
|
||||||
|
|
||||||
## Template Project
|
## Template Project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue