kt2ts-gradle-plugin icon indicating copy to clipboard operation
kt2ts-gradle-plugin copied to clipboard

Generate TypeScript from Kotlin (or any jvm language) by annotations

Results 3 kt2ts-gradle-plugin issues
Sort by recently updated
recently updated
newest added

I have Kotlin interface ``` interface HierarchicalCatalog : Catalog { var group: Boolean var parent: String } ``` It is converted to Typescript as ``` export interface HierarchicalCatalog extends Catalog...

What is the recommended usage for a project using the kotlin-multiplatform plugin? For example taking the template Kotlin multiplatform library project in IntelliJ IDEA (after updating the gradle scripts to...

Running a Gradle `build` fails with a configuration problem: `overrideService$kt2ts_plugin' is missing an input or output annotation`: ``` A problem was found with the configuration of task ':kt2ts' (type 'Kt2TsTask')....