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.
Hello.
Trying to use
fastjson2-kotlinv2.0.61 with JPMS is simply not possible since both the modulesfastjson2.kotlin(automatically derived module name) andcom.alibaba.fastjson2are needed but both share the packagecom.alibaba.fastjson2which is not allowed.