18 lines
331 B
Kotlin
18 lines
331 B
Kotlin
@file:Suppress("UnstableApiUsage")
|
|
|
|
include(":app")
|
|
include(":ComposeFadingEdges")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
includeBuild("plugins")
|
|
}
|
|
}
|
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
rootProject.name = "ComposeFadingEdgesProject"
|