https://kotlinlang.org logo
Title
u

user

06/23/2022, 5:11 PM
Kotlin/JS unable to create bindings for jwt-decode library So, I'm kind of new to Kotlin/JS and I'm trying to create Kotlin bindings for the jwt-decode library. Here are the Kotlin bindings I've written: /** * A Kotlin definition for the jwt-decode library's invalid token error class */ external class InvalidTokenError : Throwable /** * A Kotlin definition for the jwt-decode library's jwt decode options interface */ external interface JwtDecodeOptions { var header:...