Fix build failing locally due to outdated kotlin version

This commit is contained in:
litetex 2024-10-22 21:03:08 +02:00
parent eb9f300e60
commit ee15a72e4f
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689
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. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.9.10' ext.kotlin_version = '1.9.25'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()