Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.63k stars 133 forks source link

Change package for Event interface to get rid of clash with stdlib #192

Closed ilgonmic closed 2 years ago

ilgonmic commented 2 years ago

Event interface in org.w3c.dom.events package clashes with stdlib class Event.

ilgonmic commented 2 years ago

I'll create separate PR for this