Skip to content

Commit 4b5a88d

Browse files
vmishenevIgnatBeresnev
authored andcommitted
Do not propagate opt-in
(cherry picked from commit 086b789)
1 parent aba2d12 commit 4b5a88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/plugability/DokkaPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class DokkaPlugin {
3636
/**
3737
* @see PluginApiPreviewAcknowledgement
3838
*/
39-
@DokkaPluginApiPreview
39+
@OptIn(DokkaPluginApiPreview::class)
4040
protected abstract fun pluginApiPreviewAcknowledgement(): PluginApiPreviewAcknowledgement
4141
protected inline fun <reified T : DokkaPlugin> plugin(): T = context?.plugin(T::class) ?: throwIllegalQuery()
4242

0 commit comments

Comments
 (0)