You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KSClassDeclaration.getAllProperties returns not existing "_hashCode" and "typeInfo" properties for wasmJs platform.
The other platform work correctly. These properties are not returned.
ksp version: 2.1.20-2.0.1
The text was updated successfully, but these errors were encountered:
These properties are defined as internal in class Any and should not be visible in KSP.
public open class Any @kotlin.wasm.internal.WasmPrimitiveConstructor public constructor() {
internal final var typeInfo: kotlin.Int /* compiled code */
internal final var _hashCode: kotlin.Int /* compiled code */
public open operator fun equals(other: kotlin.Any?): kotlin.Boolean { /* compiled code */ }
public open fun hashCode(): kotlin.Int { /* compiled code */ }
public open fun toString(): kotlin.String { /* compiled code */ }
}
KSClassDeclaration.getAllProperties returns not existing "_hashCode" and "typeInfo" properties for wasmJs platform.
The other platform work correctly. These properties are not returned.
ksp version: 2.1.20-2.0.1
The text was updated successfully, but these errors were encountered: