Julia Borkowska
Julia Borkowska
Let's gather ideas for native capabilities here Any ideas are welcome, feel free to add them as comments to this issue
Hi @Muhammad-Sharif-Ullah , it looks like a mismatch between CLI and patrol package versions. Which version of the patrol_cli and patrol are you using?
Thanks for a quick response. If you use patrol >=3.0.0, then you have to use patrol_cli >= 2.3.0. See here: https://pub.dev/packages/patrol/changelog#300. Let me know if it helped
@cheuk0324 those versions don't match - check the changelog (https://pub.dev/packages/patrol/changelog) to find out which version you need
Hi @lockieRichter @tegankr, we do have this on our roadmap, though it's not our top priority right now
We'll revisit this idea and maybe put this task higher
Hi @AlexanderFarkas! Thank you for this proposal, it would be awesome, if you opened a PR with your feature. Still, the Android part is needed, but you can open a...
I just encountered this issue in another project. Adding those lines solved the issue: ``` -keep class pl.leancode.patrol.** { *; } -keep class kotlin.reflect.jvm.internal.impl.builtins.PrimitiveType { *; } ```