mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-06 21:00:35 -04:00
7 lines
No EOL
218 B
Kotlin
7 lines
No EOL
218 B
Kotlin
plugins {
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
|
|
}
|
|
|
|
rootProject.name = "generators"
|
|
include("lib", "app") |