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:
2020-10-23 22:56:07 +02:00
parent 38750a588c
commit e5a2b8993f
6 changed files with 0 additions and 97 deletions
@@ -1,5 +0,0 @@
module simplenotes.config {
requires kotlin.stdlib;
exports be.simplenotes.config;
}