dankito/Readability4J

Possible to provide C library?

plata opened this issue · 2 comments

plata commented

build C library (.so) using Kotlin/Native and header with e.g. const char* parse(const char* url, const char* html)

That's not that easily possible, as Readability4j relies heavily on JVM classes and Jsoup, which aren't available at Kotlin/Native. This would require a major rewrite of the whole project.

plata commented

Ok, too bad.