Prepare project for Kotlin migration (#1257)

This commit is contained in:
Zac Sweers
2021-02-02 13:11:38 -05:00
committed by GitHub
parent 8518f47f52
commit 6e5bb3a29b
17 changed files with 162 additions and 45 deletions

View File

@@ -23,7 +23,9 @@ pluginManagement {
rootProject.name = "moshi-root"
include(":moshi")
include(":moshi:japicmp")
include(":adapters")
include(":adapters:japicmp")
include(":examples")
include(":kotlin:reflect")
include(":kotlin:codegen")