diff --git a/serialization-core/build.gradle.kts b/serialize-core/build.gradle.kts similarity index 100% rename from serialization-core/build.gradle.kts rename to serialize-core/build.gradle.kts diff --git a/serialization-theory/build.gradle.kts b/serialize-theory/build.gradle.kts similarity index 100% rename from serialization-theory/build.gradle.kts rename to serialize-theory/build.gradle.kts diff --git a/settings.gradle.kts b/settings.gradle.kts index 8928bbd99..0cadfb20a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,8 +16,8 @@ include("parser-core") include("parser-jvm") include("parser-js") include("parser-theory") -include("serialization-core") -include("serialization-theory") +include("serialize-core") +include("serialize-theory") include("repl") include("examples") \ No newline at end of file