Kissme
Kissme copied to clipboard
Unable to resolve kissme-ios
I am having issues resolving the ios implementation of this lib. No issues with common and android.
Important Code: Project build Gradle
buildscript {
ext.kotlin_version = '1.3.41'
ext.kissme_version = "0.2.3"
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://dl.bintray.com/netguru/maven/" }
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://dl.bintray.com/netguru/maven/" }
maven { url "https://jitpack.io" }
}
}
Common Build Gradle
sourceSets {
commonMain.dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core-common:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:$serialization_version"
// Multiplatform Key value pair storage solution
implementation "com.netguru.kissme:kissme-common:$kissme_version"
}
androidMain.dependencies {
implementation "com.netguru.kissme:kissme-android:$kissme_version"
}
iOSMain.dependencies {
implementation "com.netguru.kissme:kissme-ios:$kissme_version"
}
}

I have double checked the bintray links : https://dl.bintray.com/netguru/maven/com/netguru/kissme/kissme-ios
and it all seems to be in order, but no matter what I do I can't seem to get the ios to resolve, and of course that means no build
Hi guys, Same issue for me, any idea on how to resolve this?
I ran into this as well, all released versions are gone. See #54
We were experiencing issues with our Bintray maven repo, and multiplatform publication. The version was updated to 0.2.5 recently. You can check the packages here https://dl.bintray.com/netguru/maven/com/netguru/kissme/
Thanks for releasing v0.2.5, The bintray links are now correct. However there's still an issue with the ios part as described in #55
Hi, we also are unable to include the ios lib for our build on macOs (for iOS target). I was also unable to publish/install 0.2.5 into mavenLocal.
Could you maybe update some dependencies (foremost Kotlin 1.3.60) and publish a new version of Kissme ? It is very useful for us and the API is nice.. would be a pitty to