Kotlin / dukat

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

Extract interfaces from files annotates with JsModule and/or JsQualifier #367

Closed Schahen closed 4 years ago

Schahen commented 4 years ago

As a workaround for https://youtrack.jetbrains.com/issue/KT-40964 we can just extract all interfaces from declarations files (one that jave JsModule and/or JsQualifier) exactly like we do with type aliases.

Actually there's no much sense to have any export qualifiers with external interfaces in first place.

Schahen commented 4 years ago

GetRidOfNativeGettersSettersAndInvokes lowering introduced to master but used only for kotlinx-nodejs generation,