Add test placeholders to prevent Gradle 9.0.0 from detecting missing tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import kotlin.test.Test
|
||||
|
||||
class TestPlaceholder {
|
||||
@Test
|
||||
fun testPlaceholder() {
|
||||
assert(true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user