Kotlin/kotlinx.html

`generate` Gradle task not idempotent

severn-everett opened this issue · 2 comments

Reproduction Steps:

  1. Run the Gradle task generate
  2. Re-run the Gradle task generate

Expected Behavior:

generate task produces the same HTML classes.

Actual Behavior:

Additional content gets produced for gen-tag-groups.kt and gen-tag-unions.kt

I've got a PR ready for this; could it be looked at?

e5l commented

Hey @severn-everett, thanks for the PR, let me check