mozilla / mozilla/rust-android-gradle
JVM (Non Android support)?
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 95
- Avg merge
- 15m
- Merged PRs (30d)
- 2
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the project’s Android Gradle configuration and the :frontend:app evaluation path implicated by the AppPlugin error. Determine whether non-Android JVM projects are intended to be supported and what build behavior and configuration would define completion; the issue does not name files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100