renammed from generators to coroutines

This commit is contained in:
Parker TenBroeck 2026-05-13 08:22:27 -04:00
parent ac83bc6e93
commit c8f3b6c01f
18 changed files with 63 additions and 67 deletions

View file

@ -3,5 +3,5 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}
rootProject.name = "generators"
rootProject.name = "coroutines"
include("lib", "app")