Merge pull request #2059 from element-hq/feature/fga/appyx_overlay
Appyx Overlay
This commit is contained in:
commit
921e9d2ca4
26 changed files with 404 additions and 216 deletions
|
|
@ -24,6 +24,7 @@ import com.lemonappdev.konsist.api.ext.list.withAllAnnotationsOf
|
|||
import com.lemonappdev.konsist.api.ext.list.withTopLevel
|
||||
import com.lemonappdev.konsist.api.ext.list.withoutName
|
||||
import com.lemonappdev.konsist.api.ext.list.withoutNameEndingWith
|
||||
import com.lemonappdev.konsist.api.ext.list.withoutReceiverType
|
||||
import com.lemonappdev.konsist.api.verify.assertTrue
|
||||
import org.junit.Test
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ class KonsistComposableTest {
|
|||
.withoutModifier(KoModifier.PRIVATE)
|
||||
.withoutNameEndingWith("Preview")
|
||||
.withAllAnnotationsOf(Composable::class)
|
||||
.withoutReceiverType()
|
||||
.withoutName(
|
||||
// Add some exceptions...
|
||||
"OutlinedButton",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue