Skip to content

Commit

Permalink
[Gradle] Add KDoc for KotlinTargetsDsl
Browse files Browse the repository at this point in the history
^KT-58858 In Progress
  • Loading branch information
Tapchicoma authored and qodana-bot committed Nov 14, 2024
1 parent 1026b47 commit 858b914
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
package org.jetbrains.kotlin.gradle.plugin

/**
* @suppress TODO: KT-58858 add documentation
* Marks a [KotlinTarget] with the `@DslMarker`.
*
* @see DslMarker
*/
@DslMarker
annotation class KotlinTargetsDsl

0 comments on commit 858b914

Please sign in to comment.