More stuff to the shared jvm module, android compatibility WIP

This commit is contained in:
Syer10
2022-02-26 20:35:04 -05:00
parent ceaa264a3a
commit a4ec64c67d
124 changed files with 733 additions and 319 deletions

View File

@@ -12,4 +12,6 @@ object Config {
val desktopJvmTarget = JavaVersion.VERSION_16
val androidJvmTarget = JavaVersion.VERSION_11
const val androidDev = false
}