Indeed you have to import each module! I’ll double check for import errors ASAP. Also the library is not published on Jitpack but on my repositories as mentioned in the readme.
EDIT: done, fixed the JsModule("firebase") import. I am not sure if those top level declarations are available:
external var SDK_VERSION: String
external fun registerVersion(
library: String,
version: String,
variant: String? = definedExternally
)
external var apps: Array<App>
Let me know your findings and I’ll fix them!