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 aba2d12 commit 4b5a88dCopy full SHA for 4b5a88d
core/src/main/kotlin/plugability/DokkaPlugin.kt
@@ -36,7 +36,7 @@ abstract class DokkaPlugin {
36
/**
37
* @see PluginApiPreviewAcknowledgement
38
*/
39
- @DokkaPluginApiPreview
+ @OptIn(DokkaPluginApiPreview::class)
40
protected abstract fun pluginApiPreviewAcknowledgement(): PluginApiPreviewAcknowledgement
41
protected inline fun <reified T : DokkaPlugin> plugin(): T = context?.plugin(T::class) ?: throwIllegalQuery()
42
0 commit comments