[BUG] module-info support broken for Kotlin
Open
bug
- Dominant language
- Java
- Stars
- 4.4k
- Forks
- 613
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
Hello.
Trying to use `fastjson2-kotlin` v2.0.61 with JPMS is simply not possible since both the modules `fastjson2.kotlin` (automatically derived module name) and `com.alibaba.fastjson2` are needed but both share the package `com.alibaba.fastjson2` which is not allowed.
Contributor guide
Research direction
Start by reproducing the JPMS setup with fastjson2-kotlin v2.0.61 and inspect how the fastjson2.kotlin and com.alibaba.fastjson2 modules are derived. Done means the Kotlin artifact can be used with JPMS without the reported shared-package conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100