From 6ed4dcf8eec99b1b87d6f68b16f961fb2dafbc91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:04:40 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-reflect from 2.3.21 to 2.4.0 Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- moka/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moka/build.gradle.kts b/moka/build.gradle.kts index ec08cb6..7e683b7 100644 --- a/moka/build.gradle.kts +++ b/moka/build.gradle.kts @@ -44,7 +44,7 @@ android { dependencies { api("androidx.test.espresso:espresso-contrib:3.7.0") - implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21") + implementation("org.jetbrains.kotlin:kotlin-reflect:2.4.0") implementation("com.jakewharton.timber:timber:5.0.1") implementation("io.reactivex.rxjava2:rxjava:2.2.21") implementation("io.reactivex.rxjava2:rxandroid:2.1.1")