Skip to content

Commit e926e76

Browse files
committed
Update settings.gradle.kts
1 parent 2ec87ff commit e926e76

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Sources/settings.gradle.kts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ pluginManagement {
44
mavenCentral()
55
gradlePluginPortal()
66
}
7+
plugins {
8+
kotlin("jvm") version "1.9.0"
9+
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
10+
}
11+
}
12+
plugins {
13+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
714
}
815
dependencyResolutionManagement {
916
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
@@ -12,5 +19,5 @@ dependencyResolutionManagement {
1219
mavenCentral()
1320
}
1421
}
15-
rootProject.name = "Batch"
16-
include (":sdk", ":sdk-stubs", ":sdk-processor", ":sdk-lint")
22+
rootProject.name = "Batch Android SDK"
23+
include (":sdk", ":sdk-sample", ":sdk-stubs", ":sdk-processor", ":sdk-lint", ":dokka-limit-public-api")

0 commit comments

Comments
 (0)