File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/commonMain/kotlin/com/algolia/search/endpoint Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ buildscript {
1313}
1414
1515plugins {
16- id(" kotlin-multiplatform" ) version " 1.3.50 "
17- id(" kotlinx-serialization" ) version " 1.3.50 "
16+ id(" kotlin-multiplatform" ) version " 1.3.60 "
17+ id(" kotlinx-serialization" ) version " 1.3.60 "
1818 id(" maven-publish" )
1919 id(" com.jfrog.bintray" ) version " 1.8.4"
2020 id(" com.github.kukuhyoniatmoko.buildconfigkotlin" ) version " 1.0.5"
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public interface EndpointSearch {
149149 * @param paginate To prevent the iteration through pages of results.
150150 * @param requestOptions Configure request locally with [RequestOptions].
151151 */
152- tailrec suspend fun findObject (
152+ suspend fun findObject (
153153 match : (ResponseSearch .Hit ) -> Boolean ,
154154 query : Query = Query (),
155155 paginate : Boolean = true,
You can’t perform that action at this time.
0 commit comments