<Kotlin: Different results on cli compiling and ID...
# stackoverflow
r
Kotlin: Different results on cli compiling and IDEA compiling I’m working on a project that uses the MathCat4J library (MathCat4J GitHub) and I’m obtaining different results with different compilers. When compiling the following code: import onl.mdw.mathcat4j.api.MathCat import onl.mdw.mathcat4j.api.MathCatJni import onl.mdw.mathcat4j.core.mathCAT fun main() { println (mathCAT { (MathCat::getVersion) ()}) } with the cli compiler command kotlinc -classpath...