Skip to content

Commit 8c598cc

Browse files
committed
Care for case sensitivity
otherwise this can happen: java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class org.walleth.khex.HexFunKt found in modules KHex-0.6.jar (com.github.komputing:KHex:0.6) and khex-0.6.jar (com.github.komputing:khex:0.6)
1 parent 41b4aa2 commit 8c598cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
dependencies {
99
implementation "org.jetbrains.kotlin:kotlin-stdlib:$versions.kotlin"
1010

11-
implementation "com.github.komputing:khex:0.6"
11+
implementation "com.github.komputing:KHex:0.6"
1212

1313
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
1414

0 commit comments

Comments
 (0)