Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0b12f95 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

fix lint warnings for @OptIn annotations

parent 2c273442
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -112,6 +112,9 @@ android {
    lint {
        lintConfig file('lint.xml')
    }
    kotlin.sourceSets.all {
        languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
    }
}

kapt {