mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "moshi-root"
|
|
include(":moshi")
|
|
include(":moshi:japicmp")
|
|
include(":moshi:records-tests")
|
|
include(":moshi-adapters")
|
|
include(":moshi-adapters:japicmp")
|
|
include(":examples")
|
|
include(":moshi-kotlin")
|
|
include(":moshi-kotlin-codegen")
|
|
include(":moshi-kotlin-tests")
|
|
include(":moshi-kotlin-tests:codegen-only")
|
|
include(":moshi-kotlin-tests:extra-moshi-test-module")
|
|
|
|
enableFeaturePreview("VERSION_CATALOGS")
|