I updated rive 0.14.0 got this problem.
My Flutter project isn’t a pure Flutter project — it uses a hybrid build setup.
Therefore, my Flutter code lives under myProject/myFlutter/flutter, which forces me to maintain a local copy of the rive_native library and modify the currentDir value in build.gradle.
Is it possible to expose this value so that users can specify it themselves?