mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-28 06:12:23 -05:00
redesign home screen for improvement large screen support
This commit is contained in:
@@ -23,4 +23,10 @@ subprojects {
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user