Skip to content

Commit 445f9e1

Browse files
committed
fix: fix the plugin options
1 parent 8a20cd1 commit 445f9e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/topics/power-assert.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@ powerAssert {
272272
</compilerPlugins>
273273

274274
<pluginOptions>
275-
<option>plugin:power-assert:function=kotlin.assert</option>
276-
<option>plugin:power-assert:function=kotlin.require</option>
277-
<option>plugin:power-assert:function=kotlin.test.assertTrue</option>
278-
<option>plugin:power-assert:function=kotlin.test.assertEquals</option>
279-
<option>plugin:power-assert:function=kotlin.test.assertNull</option>
280-
<option>plugin:power-assert:function=com.example.AssertScope.assert</option>
275+
<option>power-assert:function=kotlin.assert</option>
276+
<option>power-assert:function=kotlin.require</option>
277+
<option>power-assert:function=kotlin.test.assertTrue</option>
278+
<option>power-assert:function=kotlin.test.assertEquals</option>
279+
<option>power-assert:function=kotlin.test.assertNull</option>
280+
<option>power-assert:function=com.example.AssertScope.assert</option>
281281
</pluginOptions>
282282
</configuration>
283283

0 commit comments

Comments
 (0)