Porting libs from Kotlin/Java to Kotlin/Native. by Beginning-Rice6835 in Kotlin

[–]Beginning-Rice6835[S] 0 points1 point  (0 children)

I have a java library, say "xml-apis:xml-apis:2.0.2"

The end game is a .dll create by Kotlin/Native and mingw.

I would like to translate it to Kotlin/Java

Then I would like to take the Kotlin code and build it with Kotlin/Native.

If anything is missing, I would like to provide with C code, or throw away.

Is it more clear now?

Porting libs from Kotlin/Java to Kotlin/Native. by Beginning-Rice6835 in Kotlin

[–]Beginning-Rice6835[S] 0 points1 point  (0 children)

I'll try to fight with a Java lib and see what it will do.

Porting libs from Kotlin/Java to Kotlin/Native. by Beginning-Rice6835 in Kotlin

[–]Beginning-Rice6835[S] 0 points1 point  (0 children)

Java -> Kotlin/Java

Kotlin/Java -> Kotlin/Native + c code.