diff --git a/settings.gradle.kts b/settings.gradle.kts index 0dc7498c..ebd2b4ac 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ rootProject.name = "lavakord" -include("example") -include("kord") +//include("example") +include("kord") // GitHub Actions gets mad about this and I can't reproduce this locally //include("jsExample") // kotlinx-nodejs is unavailable: https://github.com/Kotlin/kotlinx-nodejs/issues/16 include("core") include("java")