Skip to content

Commit b44c14d

Browse files
Bump com.google.devtools.ksp from 2.3.8 to 2.3.9 in the kotlin group
Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.9) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79954c2 commit b44c14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ plugins {
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.21" apply false
14-
id("com.google.devtools.ksp") version "2.3.8" apply false
14+
id("com.google.devtools.ksp") version "2.3.9" apply false
1515
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}

0 commit comments

Comments
 (0)