1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
plugins { `kotlin-dsl` } repositories { mavenCentral() maven("https://jitpack.io") { content { includeGroupByRegex("com\\.github\\..*") } } } dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib") implementation("com.github.SkyHanniStudios:SkyHanniChangelogBuilder:1.0.1") }