Kotlin / dukat

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

Definition file erasion for same named source files #422

Open slon2015 opened 3 years ago

slon2015 commented 3 years ago

For library mobx version 5.15.6 externals compilation fails.

image

Generated file atom.module_mobx.kt contains unresolved reference. IObservable type contains in /lib/core/observable.d.ts file.

Dukat generates kotlin file for this, and then rewrite it with defenitions for file /lib/api/observable.d.ts