net.akehurst.kotlin.kt2ts icon indicating copy to clipboard operation
net.akehurst.kotlin.kt2ts copied to clipboard

Typescript definition file generator for kotlin (js) classes

Results 3 net.akehurst.kotlin.kt2ts issues
Sort by recently updated
recently updated
newest added

When using ver 1.6.0 with kotlin mpp ver 1.5.31, I get Unable to load class 'org.jetbrains.kotlin.gradle.targets.js.yarn.YarnSimple' ver 1.4.0 and 1.5.0 don't have this problem.

Some on my kotlin method return iterator and iterable, which generate import like this in the index.d.ts generated by your project (version 1.5.0) import * as $kotlin.collections.Iterator from 'unknown-kotlin.collections.Iterator'; import...

I have this error who pop when I use the 1.5.2, 1.5.1, both with build.gradle.kts and build.gradle Edit 2: I didn't reproduce in 1.5.0 I use your plugin with the...