mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Fixed the Repository sheet bug
Fixed linting of optIn RepositoryItem Cleanup
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user