Skip to content

Commit 0927a50

Browse files
committed
Do not let default enterprise impl module be implemented for enterprise build.
1 parent 63fa915 commit 0927a50

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ dependencies {
261261
allEnterpriseImpl(project)
262262
implementation(projects.appicon.enterprise)
263263
} else {
264+
implementation(projects.features.enterprise.implFoss)
264265
implementation(projects.appicon.element)
265266
}
266267
allFeaturesImpl(project)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)