Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.61k stars 131 forks source link

`generate` Gradle task not idempotent #221

Closed severn-everett closed 8 months ago

severn-everett commented 1 year ago

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

severn-everett commented 11 months ago

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

e5l commented 8 months ago

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