ee8caac82
834d53fbb
ab87f7499
1 2 3
4 5 6 7 8 9 10
11 12
13 14 15 16 17 18 19
20 21
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } } @Suppress("UnstableApiUsage") dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } include(":app")