Larry Garfield
06/11/2024, 5:58 PMPiotr Krzemiński
06/11/2024, 6:01 PMLarry Garfield
06/11/2024, 6:04 PMLarry Garfield
06/11/2024, 6:06 PMLarry Garfield
06/11/2024, 6:09 PMLarry Garfield
06/11/2024, 6:10 PMMariusz Sołtysiak
06/11/2024, 6:12 PMLarry Garfield
06/11/2024, 6:15 PMimplementation("com.jillesvangurp:search-client:2.2.1")
This does not:
implementation("com.jillesvangurp:search-client")
Problem is, 2.2.1 requires Kotlin 1.9, and my project is on 1.7 at the moment. (Yes, we need to fix that.) I don’t know how to figure out what older version of the project will be compatible with 1.7, if any.Mariusz Sołtysiak
06/11/2024, 6:18 PMLarry Garfield
06/11/2024, 6:21 PMLarry Garfield
06/11/2024, 6:22 PMClass 'com.jillesvangurp.ktsearch.SearchClient' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
Larry Garfield
06/11/2024, 6:22 PMMariusz Sołtysiak
06/11/2024, 6:23 PMLarry Garfield
06/11/2024, 6:24 PMMariusz Sołtysiak
06/11/2024, 6:25 PMLarry Garfield
06/11/2024, 6:25 PMMariusz Sołtysiak
06/11/2024, 6:26 PMLarry Garfield
06/11/2024, 6:29 PMLarry Garfield
06/11/2024, 6:39 PMLarry Garfield
06/11/2024, 6:39 PM