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 8680658 commit bb12f41Copy full SHA for bb12f41
build.gradle
@@ -97,11 +97,7 @@ dependencies {
97
exclude module: 'kotlin-stdlib-common'
98
}
99
100
- jarLibs('com.github.cbyrneee:DiscordIPC:e18542f600') {
101
- exclude module: 'junixsocket-common'
102
- exclude module: 'junixsocket-native-common'
103
- exclude module: 'json'
104
- }
+ jarLibs 'com.github.cbyrneee:DiscordIPC:e18542f600'
105
106
// Add them back to compileOnly (provided)
107
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion"
@@ -167,7 +163,6 @@ jar {
167
163
from {
168
164
exclude '**/module-info.class',
169
165
'DebugProbesKt.bin',
170
- 'META-INF/maven/**',
171
166
'META-INF/proguard/**',
172
'META-INF/versions/**',
173
'META-INF/**.RSA',
0 commit comments