23 lines
539 B
Kotlin
23 lines
539 B
Kotlin
include(
|
|
":samples:android",
|
|
":samples:multiplatform",
|
|
|
|
":samples:multi-module:app",
|
|
":samples:multi-module:navigation",
|
|
":samples:multi-module:feature-home",
|
|
":samples:multi-module:feature-posts",
|
|
|
|
":voyager-core",
|
|
":voyager-screenmodel",
|
|
":voyager-navigator",
|
|
":voyager-lifecycle-kmp",
|
|
":voyager-tab-navigator",
|
|
":voyager-bottom-sheet-navigator",
|
|
":voyager-transitions",
|
|
":voyager-hilt",
|
|
":voyager-kodein",
|
|
":voyager-koin",
|
|
":voyager-rxjava",
|
|
":voyager-livedata"
|
|
)
|