Fixed the Repository sheet bug

Fixed linting of optIn
RepositoryItem Cleanup
This commit is contained in:
Iamlooker
2022-06-30 01:33:45 +05:30
parent 615751fbb1
commit d2d3e9c8b3
4 changed files with 9 additions and 21 deletions

View File

@ -54,7 +54,7 @@ android {
kotlinOptions {
jvmTarget = compileOptions.sourceCompatibility.toString()
freeCompilerArgs = listOf("-Xjvm-default=compatibility")
freeCompilerArgs = listOf("-Xjvm-default=compatibility", "-opt-in=kotlin.RequiresOptIn")
}
buildFeatures {