Nikky
07/19/2020, 8:21 PMIllegalAccessError
the call is
.addFilter(Query.NumericFilter("price", 0.0, 1000.0))
which is this java code
public Query addFilter(Filter f)
and i think the issue is Filter
which is a private inner class
i don't know if there is something wrong with my code or the library.. is this supposed to work in java ? if so.. why does it break here ?
or why did they write it like that.. if it does not work
just asking if its worth raising a issue over or its a thing related to using kotlin or suchMatteo Mirk
07/20/2020, 10:13 AMDavid Eriksson
07/20/2020, 11:59 AMNikky
07/20/2020, 9:44 PM