I have some projects in Java 6 and Spring on app server. Because of limitations in my infrastructure and governance planninng I cannot migrate to newer Java 7 or 8.
I think i could add Kotlin in those projects to use features like functional programming.
It this approach a good way to go?
Thanks