Kotlin / dukat

Converter of <any kind of declarations> to Kotlin external declarations
548 stars 44 forks source link

[0.5.8-rc.4] Option -p does nothing #440

Open martofeld opened 3 years ago

martofeld commented 3 years ago

Adding the -p option has not impact for version 0.5.8-rc.4.

I'm running the command dukat -d src/main/kotlin/rangeParser -p com.test.rangeparser ts.declarations/range-parser.d.ts. This generates the files in the correct folder, but it does not add the expected package com.test.rangeparser in any of the generated files.