Skip to content

Commit 0008cd5

Browse files
committed
build: move external dependency sources to composite builds
1 parent 6895576 commit 0008cd5

File tree

3,059 files changed

+297
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,059 files changed

+297
-101
lines changed

.idea/compiler.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ dependencies {
8989
implementation(libs.androidx.core.ktx)
9090
implementation(libs.common.kotlin)
9191

92+
// Dependencies in composite build
93+
implementation(libs.composite.appintro)
94+
implementation(libs.composite.javapoet)
95+
9296
// Local projects here
9397
implementation(projects.actions)
9498
implementation(projects.buildInfo)
@@ -104,9 +108,7 @@ dependencies {
104108
implementation(projects.gradlePluginConfig)
105109
implementation(projects.idestats)
106110
implementation(projects.subprojects.aaptcompiler)
107-
implementation(projects.subprojects.appintro)
108111
implementation(projects.subprojects.javacServices)
109-
implementation(projects.subprojects.javapoet)
110112
implementation(projects.subprojects.xmlUtils)
111113
implementation(projects.subprojects.projects)
112114
implementation(projects.subprojects.toolingApi)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
alias(libs.plugins.android.library)
33
alias(libs.plugins.kotlin.android)
4+
id("com.itsaky.androidide.build")
45
}
56

67
android {
File renamed without changes.

subprojects/appintro/src/main/java/com/github/appintro/AppIntro.kt renamed to build-deps/appintro/src/main/java/com/github/appintro/AppIntro.kt

File renamed without changes.

subprojects/appintro/src/main/java/com/github/appintro/AppIntro2.kt renamed to build-deps/appintro/src/main/java/com/github/appintro/AppIntro2.kt

File renamed without changes.

subprojects/appintro/src/main/java/com/github/appintro/AppIntroBase.kt renamed to build-deps/appintro/src/main/java/com/github/appintro/AppIntroBase.kt

File renamed without changes.

0 commit comments

Comments
 (0)