Kotlin / dukat

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

Unresolved reference: T #411

Closed nbilyk closed 2 years ago

nbilyk commented 3 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 2 years ago

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

JSMonk commented 2 years ago

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