redesign home screen for improvement large screen support

This commit is contained in:
Owen LeJeune
2022-06-15 23:15:37 -04:00
parent eddbf65720
commit a4b7fe91a0
7 changed files with 359 additions and 38 deletions

View File

@@ -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"
}
}