Fix build failing locally due to outdated kotlin version

This commit is contained in:
litetex 2024-10-22 21:03:08 +02:00 committed by Stypox
parent b399030e19
commit 7787eafd3a
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '2.0.0'
ext.kotlin_version = '2.0.21'
repositories {
google()
mavenCentral()