Skip to content

Instantly share code, notes, and snippets.

class EnableEdgeToEdgeRule(config: Config) : Rule(config) {
override val issue = Issue(
javaClass.simpleName,
Severity.Defect,
EDGE_TO_EDGE_MESSAGE,
Debt.TWENTY_MINS
)
override fun visitKtFile(file: KtFile) {