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 a422945 commit 037df4cCopy full SHA for 037df4c
build.gradle.kts
@@ -37,5 +37,8 @@ compose.desktop {
37
packageName = "AdbFileExplorer"
38
packageVersion = "1.0.0"
39
}
40
+ buildTypes.release.proguard {
41
+ configurationFiles.from("rules.pro")
42
+ }
43
44
rules.pro
@@ -0,0 +1,4 @@
1
+-dontwarn kotlinx.**
2
+-dontwarn org.mockito.**
3
+-dontwarn org.jetbrains.**
4
+-dontwarn net.bytebuddy.**
0 commit comments