Kotlin / dukat

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

@material compilation errors #413

Open penn5 opened 3 years ago

penn5 commented 3 years ago

So many errors! Here's a list of the categories of the bugs.

  1. Package statements include the @, which is invalid, and the same in imports of these packages.
  2. Weird bug with generics in @material/base
  3. Missing and extraneous overrides. Like #175 but with (mostly) funs instead of vars. Here, the solution is clear - just remove (or add, depending on which error is showing up) the override
  4. lib.dom.d.ts expects ProgessEvent to take one type variable, but the builtin ProgressEvent takes no generic parameter.

Dependency: implementation(npm("@material/button", "7.0.0", generateExternals = true))