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 4d743b0 commit 64809afCopy full SHA for 64809af
build.gradle.kts
@@ -4,8 +4,8 @@ plugins {
4
5
id("org.jetbrains.kotlin.android") version "2.1.20" apply(false)
6
7
- // https://imperceptiblethoughts.com/shadow/getting-started
8
- id("com.gradleup.shadow") version "8.3.6" apply(false)
+ // https://github.com/GradleUp/shadow
+ id("com.gradleup.shadow") version "9.2.2" apply(false)
9
10
// https://kotlinlang.org/docs/gradle-configure-project.html
11
id("org.jetbrains.kotlin.jvm") version "2.1.20" apply(false)
0 commit comments