Migrate build scripts to kotlin DSL
Ref: https://developer.android.com/build/migrate-to-kotlin-dsl Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
320c693636
commit
d99435c4ad
6 changed files with 364 additions and 370 deletions
12
build.gradle.kts
Normal file
12
build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2025 NewPipe e.V. <https://newpipe-ev.de>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id("com.android.application") version "8.13.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
|
||||
id("org.jetbrains.kotlin.kapt") version "1.9.25" apply false
|
||||
id("org.jetbrains.kotlin.plugin.parcelize") version "1.9.25" apply false
|
||||
id("org.sonarqube") version "4.0.0.2929" apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue