rootProject.name = "vertigo" dependencyResolutionManagement { repositories { mavenCentral() } } include(":api") include(":test-mod")