Is it fair to say that I'm on a hiding to nothing ...
# http4k
r
Is it fair to say that I'm on a hiding to nothing trying to use http4k libraries as JPMS modules? I've included 4 dependencies and it's produced 100 split package errors.
d
I'm not surprised. We completely ignore the JPMS system and regularly add types functions to existing packages in different modules (if that's what causes that error) 🙃
r
Yes, that's what upsets the module system. I suspected as much. Thanks.