Move packages + remove circular dependencies

This commit is contained in:
2020-10-23 17:12:38 +02:00
parent ee026ec829
commit 38750a588c
116 changed files with 242 additions and 87 deletions
@@ -0,0 +1,5 @@
module simplenotes.config {
requires kotlin.stdlib;
exports be.simplenotes.config;
}