Which 3rd party libraries could be used with Kotli...
# kotlin-native
z
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
I don't think hibernate will work as it uses cglib proxies - cglib/asm depend on the JVM
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.