You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whereas most other Jackson modules were upgrade to use Moditect to include module-system compatible info, Kotlin module has not been, yet. It seems like a good idea to do and given Maven build, examples from other modules/components should be quite doable for 2.12.
I will create a new issue for that.
Hi! Is there a way to use module-kotlin with Java 9 modularity?
I've imported it in gradle:
implementation "com.fasterxml.jackson.module:jackson-module-kotlin"
But got
error: module not found: jackson.module.kotlin
when try to compile it.Thanks!
The text was updated successfully, but these errors were encountered: