mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
migrated to gradle
This commit is contained in:
parent
0dd6fb237d
commit
ecb18b417e
43 changed files with 619 additions and 177 deletions
7
settings.gradle.kts
Normal file
7
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue