build: Move to kotlin 2.1.0

This commit is contained in:
Peter Vacho 2024-12-22 18:58:12 +01:00
parent e2098ff2a5
commit c7b91130a9
Signed by: school
GPG key ID: 8CFC3837052871B4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.24" />
<option name="version" value="2.1.0" />
</component>
</project>

View file

@ -1,6 +1,6 @@
[versions]
agp = "8.7.3"
kotlin = "1.9.24"
kotlin = "2.1.0"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"