Remove module-infos
Some libraires are not yet ready..
{Arrow,Lucene,Http4k} should be packed inside a shaded jar because they
all have some split packages
HikariCP has an invalid module-info.java
Kapt doesn't work
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
module simplenotes.types {
|
||||
requires kotlin.stdlib;
|
||||
requires kotlinx.serialization.core.jvm;
|
||||
|
||||
exports be.simplenotes.types;
|
||||
}
|
||||
Reference in New Issue
Block a user