fix(deps): update kotlin monorepo to v2.3.0

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger
2025-12-17 11:27:13 +01:00
parent 005797c282
commit 68cedc5962
3 changed files with 873 additions and 1 deletions

View File

@ -186,6 +186,8 @@ configurations.configureEach {
}
dependencies {
kapt "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
implementation "androidx.room:room-testing-android:${roomVersion}"
implementation 'androidx.compose.foundation:foundation-layout:1.10.0'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'

View File

@ -11,7 +11,7 @@
buildscript {
ext {
kotlinVersion = '2.2.21'
kotlinVersion = '2.3.0'
}
repositories {

File diff suppressed because it is too large Load Diff