1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-06-14 00:28:51 +00:00

gradle: Configure project's name to resolve type-safe accessor warnings

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-06-09 13:42:20 +08:00
parent 8d484317ce
commit c7e4681932
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2025 NewPipe e.V. <https://newpipe-ev.de>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
rootProject.name = "buildSrc"
+1
View File
@@ -3,6 +3,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "NewPipe"
pluginManagement {
repositories {