mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
Migrate to Kotlin DSL (#586)
* Migrated to Kotlin DSL Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me> * Migrated to Kotlin DSL Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me> * Update versions, suppress nofications for libs we don't want to upgrade --------- Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me> Co-authored-by: Ricki Hirner <hirner@bitfire.at>
This commit is contained in:
12
build.gradle.kts
Normal file
12
build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
/***************************************************************************************************
|
||||
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
|
||||
**************************************************************************************************/
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.hilt) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.kotlin.kapt) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
alias(libs.plugins.mikepenz.aboutLibraries) apply false
|
||||
}
|
||||
Reference in New Issue
Block a user