We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4fb14 commit 231f712Copy full SHA for 231f712
ktor-io/common/src/io/ktor/utils/io/Annotations.kt
@@ -108,5 +108,5 @@ public annotation class PublicAPICandidate(val version: String)
108
* [Report a problem](https://ktor.io/feedback/?fqname=io.ktor.utils.io.KtorDsl)
109
*/
110
@DslMarker
111
-@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE, AnnotationTarget.FUNCTION)
+@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE)
112
public annotation class KtorDsl
0 commit comments