Which 3rd party libraries could be used with Kotlin Native? For example, if I want to write app that reads JSON from file and writes it to database, would I use Jackson and Hibernate or some C stuff?
j
jasper
06/26/2017, 2:48 AM
I don't think hibernate will work as it uses cglib proxies - cglib/asm depend on the JVM
jasper
06/26/2017, 2:49 AM
Perhaps there's a way to write a tool to analyse a lib and see if it would work - scan classpath for known libs that depend on JVM features.