hey people, I’m currently getting a very strange e...
# android
t
hey people, I’m currently getting a very strange error with the Kotlin compiler when I’m running some Espresso tests. Here is the deal: some public inline functions from my lib needs to use
crossinline
high order function parameters for performance measures and this never was an issue when any app imports the lib as dependency and use it, the main issue is when an app runs Espresso tests using the same lib, we get compilations errors directly from the Kotlin indicating an issue with the inline expression, but there’s no clue of what is happening, maybe someone got any clue about that?