Move packages + remove circular dependencies
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module simplenotes.types {
|
||||
requires kotlin.stdlib;
|
||||
requires kotlinx.serialization.core.jvm;
|
||||
|
||||
exports be.simplenotes.types;
|
||||
}
|
||||
Reference in New Issue
Block a user