Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7b244c6c authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Change Gradle config to accommodate for latest changes

parent 83fe6c24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
plugins {
    `kotlin-dsl`
    `kotlin-dsl-precompiled-script-plugins`
}

dependencies {
+2 −3
Original line number Diff line number Diff line
pluginManagement {
    repositories {
        includeBuild("build-plugin")
        gradlePluginPortal()
        google()
        mavenCentral()
@@ -7,7 +8,7 @@ pluginManagement {
}

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
    repositories {
        google()
        mavenCentral()
@@ -19,8 +20,6 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

rootProject.name = "k-9"

includeBuild("build-plugin")

include(
    ":app-feature-preview",
    ":app-ui-catalog",