Update kotlin monorepo to v2.3.20

This commit is contained in:
dependency-bot
2026-03-21 18:53:30 +01:00
committed by José Rebelo
parent a0a70b759c
commit 349e3516dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-library:3.0"
implementation 'androidx.core:core-ktx:1.18.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.20"
implementation "androidx.appcompat:appcompat:1.7.1"
implementation "androidx.preference:preference-ktx:1.2.1"
+1 -1
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.3.10'
ext.kotlin_version = '2.3.20'
repositories {
mavenCentral()
google()