Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 98b191c

Browse files
authored
Merge pull request #14 from bnorm/default-functions
Fix default function for Gradle plugin
2 parents b82c822 + 5fef68a commit 98b191c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package com.bnorm.power
1818

1919
open class PowerAssertGradleExtension {
20-
var functions: List<String> = listOf("kotlin.AssertionKt.assert")
20+
var functions: List<String> = listOf("kotlin.assert")
2121
}

0 commit comments

Comments
 (0)