I don't know why android studio is not able to resolve Client and Query from the import statements:
import com.algolia.search.saas.Client;
import com.algolia.search.saas.Query;
It is showing cannot resolve Client and Query on the both import statements.
This is present in my app Gradle file:
implementation 'com.algolia:instantsearch-android:1.15.0'
I tried invalidating caches and restart multiple times and even tried to change the version of Algolia dependency in Gradle file above, but nothing worked.
I am not able to understand why is this happening, I would appreciate if someone could help me in this.