Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.6k stars 130 forks source link

Rename TagConsumer.finalize() #263

Open severn-everett opened 5 months ago

severn-everett commented 5 months ago

The function TagConsumer.finalize() clashes with the JVM function Object.finalize() which has been deprecated and slated for removal. As such, the function should be renamed to remove this clash and avoid problems with later JDK versions.