Annotate new DslMarker annotation with SinceKotlin
This commit is contained in:
@@ -125,4 +125,5 @@ public annotation class SinceKotlin(val version: String)
|
|||||||
@Target(ANNOTATION_CLASS)
|
@Target(ANNOTATION_CLASS)
|
||||||
@Retention(BINARY)
|
@Retention(BINARY)
|
||||||
@MustBeDocumented
|
@MustBeDocumented
|
||||||
|
@SinceKotlin("1.1")
|
||||||
public annotation class DslMarker
|
public annotation class DslMarker
|
||||||
|
|||||||
Reference in New Issue
Block a user