Closed steve-the-edwards closed 5 years ago
... maven { url 'https://jitpack.io' } } ... kotlin { sourceSets { commonMain { dependencies { implementation "org.github.komputing:KHash:$khash_version" } } jvmMain { dependencies { implementation "org.github.komputing:KHash:$khash_version" } } iosMain { dependencies { implementation "org.github.komputing:KHash:$khash_version" } } } }``` \--- org.github.komputing:KHash:0.8 FAILED Cannot fetch dependency
Tried $khash_version of 0.8, 1.0.0-RC1 etc
Closing issue - was because org.github instead of com.github (which is correct)
org.github
com.github