ionspin / kotlin-multiplatform-crypto

Kotlin Multiplatform Cryptography Library
Apache License 2.0
45 stars 3 forks source link

Could not find com.ionspin.kotlin:crypto:0.0.2. #5

Closed RdeWilde closed 3 years ago

RdeWilde commented 4 years ago

Any clue what directive I am missing? I get this error (twice) Could not find com.ionspin.kotlin:crypto:0.0.2

plugins {
    id 'org.jetbrains.kotlin.multiplatform' version '1.3.41'
}
repositories {
    mavenCentral()
}
// ..

kotlin {
   // ..
    sourceSets {
        commonMain {
            dependencies {
                implementation kotlin('stdlib-common')
                implementation "com.ionspin.kotlin:bignum:0.1.0"
                implementation "com.ionspin.kotlin:crypto:0.0.2"
           }
      // ..
RdeWilde commented 4 years ago

It looks like implementation "com.ionspin.kotlin:multiplatform-crypto:0.0.2" seems to work. Should I use that instead?

RdeWilde commented 4 years ago

It seems to work.

ionspin commented 4 years ago

Oh, good catch, the readme is wrong!