jarryleo / HardedTextLint

Android harded text lint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

检测 data class 是否打上注解 @Keep

本库只有一个作用,检测 data class 是否打上注解 @Keep ,遗漏则报红!

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

    allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

    dependencies {
	        implementation 'com.github.jarryleo:LintChecker:1.0.0'
	}

About

Android harded text lint


Languages

Language:Kotlin 100.0%