Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Added DslMarker to Kover public interfaces #578

Closed shanshin closed 1 month ago

shanshin commented 1 month ago

Fixes #572

shanshin commented 1 month ago

Does incorrect usage of DSL produce warning or error? If error, we probably can't make this change between 0.8.0-Beta and 0.8.0-Stable

The DSL may change slightly between 0.8.0-Beta and 0.8.0 (because the goal of this beta version is to collect minimal feedback on the new DSL), so I don't see a problem with such changes in Beta2.

Also, such an error occurs only in kts files, there is no such check for Groovy.