repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set root project name

+2
+2
settings.gradle.kts
··· 22 22 id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" 23 23 } 24 24 25 + rootProject.name = "hex-addons" 26 + 25 27 include("util") 26 28 includeBuild("plugin") 27 29 for (mod in listOf("hexic", "iotaworks", "hexxytounge")) {