hi there :wave: is there a way to use WireMock 3.x...
# help
w
hi there 👋 is there a way to use WireMock 3.x with Android? I see that WireMock in version 3.x started using some API introduced in Java 9 and, e.g. in
com.github.tomakehurst.wiremock.extension.Extensions
, there’s a call to
ServiceLoader#stream
- a method that is not available on Android, even using desugaring.
t
We haven’t attempted to make WireMock buildable on Android for quite a while (we’re not Android experts, and nobody in the community seems to have had the bandwidth recently). I think you’re probably stuck with 2.x for the time being.
👍 1
w
Gotcha, thanks!