diff --git a/coachmark/build.gradle.kts b/coachmark/build.gradle.kts index 59c7b4a..829a18c 100644 --- a/coachmark/build.gradle.kts +++ b/coachmark/build.gradle.kts @@ -54,13 +54,4 @@ android { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 } - - lint { - baseline = file("lint.xml") - } - -} - -dependencies { - lintChecks(libs.compose.lint) } diff --git a/coachmark/lint.xml b/coachmark/lint.xml deleted file mode 100644 index f326504..0000000 --- a/coachmark/lint.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file