diff --git a/maps-rx/build.gradle b/maps-rx/build.gradle index 63f355f..458f46b 100644 --- a/maps-rx/build.gradle +++ b/maps-rx/build.gradle @@ -20,7 +20,7 @@ android { dependencies { implementation project(":shared") implementation "com.google.android.gms:play-services-maps:17.0.1" - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21" implementation "io.reactivex.rxjava3:rxandroid:3.0.0" implementation "io.reactivex.rxjava3:rxjava:3.1.4" }