Kotlin / dukat

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

Separate Kotlin package per NPM package #407

Open turansky opened 3 years ago

turansky commented 3 years ago

Problem

Dukat crete declarations in root package:

Solution

NPM package Kotlin package
react react
rxjs rxjs
rxjs/operators rxjs.operators
@actions/cache actions.cache
ScottPierce commented 3 years ago

Thanks for this @turansky. I had also created https://youtrack.jetbrains.com/issue/KT-41820

joffrey-bion commented 3 years ago

I'm not certain, but this might require the change I was proposing here: https://github.com/Kotlin/dukat/issues/403