-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
63 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
plugins { | ||
`java-platform` | ||
id("ackee.security.publishing") | ||
} | ||
|
||
dependencies { | ||
constraints { | ||
api(projects.core) | ||
api(projects.datastore) | ||
api(projects.datastorePreferences) | ||
api(projects.jetpack) | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
build-logic/src/main/kotlin/io/github/ackeecz/security/ProjectNames.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package io.github.ackeecz.security | ||
|
||
object ProjectNames { | ||
|
||
const val BOM_MODULE_NAME = "bom" | ||
const val CORE_MODULE_NAME = "core" | ||
const val CORE_INTERNAL_MODULE_NAME = "core-internal" | ||
const val DATA_STORE_MODULE_NAME = "datastore" | ||
const val DATA_STORE_CORE_MODULE_NAME = "datastore-core" | ||
const val DATA_STORE_CORE_INTERNAL_MODULE_NAME = "datastore-core-internal" | ||
const val DATA_STORE_PREFERENCES_MODULE_NAME = "datastore-preferences" | ||
const val JETPACK_MODULE_NAME = "jetpack" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters