I tried using the project in non android project to build rust dependency and got:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':frontend:app'.
> Failed to notify project evaluation listener.
> com/android/build/gradle/AppPlugin
Unable to load class 'com.android.build.gradle.AppPlugin'.
This is an unexpected error. Please file a bug containing the idea.log file.
Which makes sense since this targets android, however is there any particular reason not to target JVM as well?