-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leverage kotlinx.reflect.lite instead of the huge kotlin-reflect #69
Comments
We need |
See SPR-17008 related issue. |
In progress ;-) |
sdeleuze
changed the title
Try to leverage kotlinx.reflect.lite instead of the huge kotlin-reflect
Leverage kotlinx.reflect.lite instead of the huge kotlin-reflect
Sep 10, 2018
No move on kotlinx.reflect.lite for quite a long time, so I am closing this issue. I think the right middle-long term solution will be to use a Kotlin compiler plugin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kotlin-reflect
is a big 2 MB JAR, Spring Fu should run with https://github.com/Kotlin/kotlinx.reflect.lite which is much much liter. Some updates on Spring Framework side may be needed. We also need to check that Jackson Kotlin support works with it.The text was updated successfully, but these errors were encountered: