Compare commits

..

1 commit

Author SHA1 Message Date
e8e7da34f2 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0
Some checks are pending
Home Server Merge / Serial Reader (pull_request) Waiting to run
2024-11-27 15:06:40 +00:00

View file

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '2.0.0' ext.kotlin_version = '2.1.0'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()