plugins { id("kotlin") id("kotlin-spring") } dependencies { implementation(project(":common")) }