Skip to content

Commit 455e57c

Browse files
Add Twilight
1 parent 9cb54f6 commit 455e57c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ java {
3737
repositories {
3838
mavenCentral()
3939
maven("https://www.jitpack.io")
40+
41+
maven("https://repo.flyte.gg/releases")
4042
}
4143

4244
dependencies {
@@ -46,6 +48,7 @@ dependencies {
4648
implementation("net.lingala.zip4j", "zip4j", "2.11.5")
4749
implementation("com.github.EsotericFoundation:utility.kt:1.1.1")
4850
implementation("com.github.EsotericFoundation:plugin-library:0.8.1")
51+
implementation("gg.flyte:twilight:1.1.17")
4952
implementation(kotlin("stdlib-jdk8"))
5053
}
5154

0 commit comments

Comments
 (0)