We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b1738 commit c723981Copy full SHA for c723981
build.gradle.kts
@@ -16,9 +16,9 @@ buildscript {
16
dependencies {
17
classpath("com.android.tools.build:gradle:7.4.2")
18
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
19
- classpath("com.diffplug.spotless:spotless-plugin-gradle:6.17.0")
20
- classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
21
- classpath("org.jacoco:org.jacoco.core:0.8.8")
+ classpath("com.diffplug.spotless:spotless-plugin-gradle:6.18.0")
+ classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
+ classpath("org.jacoco:org.jacoco.core:0.8.9")
22
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
23
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
24
}
0 commit comments