You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate the search api with a KMM project. Gradle is not able to resolve the dependency.
I have included com.algolia:algoliasearch-client-kotlin:1.5.31 in commonMain.
I have also tried including com.algolia:algoliasearch-client-kotlin:1.12.0 and I got the following error:
Failed building KotlinMPPGradleModel
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find algoliasearch-client-kotlin-1.12.0-samplessources.jar (com.algolia:algoliasearch-client-kotlin:1.12.0).
Searched in the following locations:
https://repo.maven.apache.org/maven2/com/algolia/algoliasearch-client-kotlin/1.12.0/algoliasearch-client-kotlin-1.12.0-samplessources.jar
After changing the version to 1.12.0 I am able to build the project. However, AS doesn't seem to recognise the algolia APIs.
Not sure if this is an issue with the AS or something in missing in maven.
Any help would be much appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered:
rubenquadros
changed the title
Could not find com.algolia:algoliasearch-client-kotlin:1.5.31
Could not find algoliasearch-client-kotlin-1.12.0-samplessources.jar
Dec 4, 2021
Hi,
I am trying to integrate the search api with a KMM project. Gradle is not able to resolve the dependency.
I have included
com.algolia:algoliasearch-client-kotlin:1.5.31
incommonMain
.I have also tried including
com.algolia:algoliasearch-client-kotlin:1.12.0
and I got the following error:After changing the version to
1.12.0
I am able to build the project. However, AS doesn't seem to recognise the algolia APIs.Not sure if this is an issue with the AS or something in missing in maven.
Any help would be much appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: