versions of precompiled jar and runtime dont match
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 4.4k
- Forks
- 627
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 20
Description
according to the links in the README.md, the version of precompiled jar is wire-compiler-2.3.0-RC1-jar-with-dependencies, while that of runtime is 2.2.0.
The generated java classes use EnumAdapter, which cant be found in the runtime. please update the README.md to make it work.
Contributor guide
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 with the version links in README.md and compare the precompiled wire-compiler version with the runtime version shown there. Check the generated Java classes' EnumAdapter reference and update the README so both dependencies are compatible. Done means the README no longer pairs wire-compiler-2.3.0-RC1 with runtime 2.2.0 and the documented setup works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100