Start working on moving classes to a shared Jvm module

This commit is contained in:
Syer10
2022-02-01 19:33:40 -05:00
parent 9a27313936
commit 26d7e70ae0
80 changed files with 647 additions and 175 deletions

View File

@@ -11,4 +11,5 @@ object Config {
const val previewCommit = "b714abddae9f13e91bc53c5daac54aeae564cd2a"
val desktopJvmTarget = JavaVersion.VERSION_16
val androidJvmTarget = JavaVersion.VERSION_11
}