style: adjust project sequence and include command in gradle
This commit provides IDE with convienience for code generations
This commit is contained in:
+5
-8
@@ -17,12 +17,9 @@
|
|||||||
|
|
||||||
rootProject.name = "onixbyte-toolbox"
|
rootProject.name = "onixbyte-toolbox"
|
||||||
|
|
||||||
include(
|
include("version-catalogue")
|
||||||
"version-catalogue",
|
include("common-toolbox")
|
||||||
"common-toolbox",
|
|
||||||
"identity-generator",
|
|
||||||
"crypto-toolbox",
|
|
||||||
"math-toolbox",
|
|
||||||
)
|
|
||||||
|
|
||||||
include("tuple")
|
include("tuple")
|
||||||
|
include("identity-generator")
|
||||||
|
include("crypto-toolbox")
|
||||||
|
include("math-toolbox")
|
||||||
|
|||||||
Reference in New Issue
Block a user