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
Description
We tried upgrading the ktor version and noticed a problem with the com.algolia:algoliasearch-client-kotlin package. So we tried upgrading it to the latest version (3.10.1). Additionally to algoliasearch-client-kotlin, we have the com.algolia:instantsearch-compose and com.algolia:instantsearch-android-paging3 in use.
This led us to a dependency conflict, since instantsearch-android-paging3 and instantsearch-compose both have a dependency to algoliasearch-client-kotlin 2.1.12.
Expected behavior
This library should be compatible with the latest version of algoliasearch-client-kotlin.
Additional context
If you have a gradle-based workaround for this (excluding or including some dependencies via gradle), your help would be much appreciated :)
The text was updated successfully, but these errors were encountered:
Description
We tried upgrading the ktor version and noticed a problem with the com.algolia:algoliasearch-client-kotlin package. So we tried upgrading it to the latest version (3.10.1). Additionally to algoliasearch-client-kotlin, we have the com.algolia:instantsearch-compose and com.algolia:instantsearch-android-paging3 in use.
This led us to a dependency conflict, since instantsearch-android-paging3 and instantsearch-compose both have a dependency to algoliasearch-client-kotlin 2.1.12.
Expected behavior
This library should be compatible with the latest version of algoliasearch-client-kotlin.
Additional context
If you have a gradle-based workaround for this (excluding or including some dependencies via gradle), your help would be much appreciated :)
The text was updated successfully, but these errors were encountered: