Bump Kotlin to version 2.1.20

This commit is contained in:
Erik C. Thauvin 2025-03-24 01:38:50 -07:00
parent 0efd5ab2fe
commit 8d4643d99a
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 7 additions and 1 deletions

6
examples/.idea/bld.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BldConfiguration">
<events />
</component>
</project>

View file

@ -31,7 +31,7 @@ public class ExampleBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);
final var kotlin = version(2, 1, 10);
final var kotlin = version(2, 1, 20);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
scope(test)