merge projects file-utils, byte-utils and pdb-utils
It turned out that most projects needed at least two of the utils projects. file-utils and byte-utils had only one class. Merging them made sense.
This commit is contained in:
@@ -5,8 +5,6 @@ System.out.println(dependencies.class);
|
||||
|
||||
dependencies {
|
||||
api lib_primitive_collections
|
||||
implementation project(':byte-utils')
|
||||
implementation project(':file-utils')
|
||||
implementation project(':pdb-utils')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user