Skip to content

Commit 4c16b32

Browse files
Update plugin org.jetbrains.kotlin.kapt to v1.8.21
1 parent b9cb291 commit 4c16b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins {
6969
id("net.researchgate.release") version "3.0.2"
7070
id("com.android.application") version "7.4.2"
7171
kotlin("android").version("1.8.20")
72-
kotlin("kapt").version("1.8.20")
72+
kotlin("kapt").version("1.8.21")
7373
kotlin("plugin.serialization") version "1.8.20"
7474
}
7575

0 commit comments

Comments
 (0)