Create extensions to include all libraries and all modules
This commit is contained in:
parent
d06351b69f
commit
7bbadf3765
3 changed files with 30 additions and 13 deletions
|
|
@ -14,6 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import extension.allLibraries
|
||||
import extension.allFeatures
|
||||
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
alias(libs.plugins.ksp)
|
||||
|
|
@ -39,4 +42,7 @@ dependencies {
|
|||
|
||||
implementation(libs.showkase)
|
||||
ksp(libs.showkase.processor)
|
||||
|
||||
allLibraries()
|
||||
allFeatures()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue