Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.22

This commit is contained in:
Renovate Bot 2022-12-07 14:30:39 +00:00
parent bd83872075
commit 10242b0d01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0")
classpath("org.jacoco:org.jacoco.core:0.8.8")