Kotlin / dukat

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

Unresolved reference: T #411

Closed nbilyk closed 3 years ago

nbilyk commented 4 years ago

Trying dukat with firebase gives multiple errors,

dependencies {
    implementation(npm("firebase", "7.21.0", generateExternals = true))
}
    var next: ((snapshot: DocumentSnapshot<T>) -> Unit)? // Unresolved reference: T
        get() = definedExternally
        set(value) = definedExternally
JSMonk commented 3 years ago

Fixed in https://github.com/Kotlin/dukat/pull/451

JSMonk commented 3 years ago

Fixed in https://github.com/Kotlin/dukat/pull/451