kuuuurt / multiplatform-paging

Kotlin Multiplatform library for Pagination
Apache License 2.0
250 stars 22 forks source link

Mispell in dependency name in readme #17

Closed tiagonuneslx closed 2 years ago

tiagonuneslx commented 3 years ago
kotlin {
    ...
    sourceSets["commonMain"].dependencies {
        api("io.github.kuuurt:multiplatform-paging:0.4.2")
    }
}

kuuurt is spelled here with 3 "u"s instead of 4. This leads to "Could not resolve dependency" error

tiagonuneslx commented 3 years ago

Oh just realised there is a pull request for this already (#16)

kuuuurt commented 2 years ago

Yikes sorry for the simple mistake and thanks for bringing it to my attention. PR is merged.