-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
24 lines (23 loc) · 1.09 KB
/
settings.gradle
File metadata and controls
24 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.5/userguide/building_swift_projects.html in the Gradle documentation.
*/
rootProject.name = 'leirt2025'
include 'lecture-02-20-expressions-intro'
include 'lecture-02-26-27-more-about-design-patterns'
include 'spreadsheet0'
include 'lecture-03-05-publisher-subscriber-and-more'
include 'lecture-03-19-json-deserialization-reflection-intro'
include 'lecture-03-26-reflection-serialization'
include 'lecture-04-02-openweatherwebapi0'
include 'lecture-04-09-10-chain-and-lazy-queries'
include 'lecture-04-16-weather-service-and-pipe-cache'
include 'lecture-04-30-streams-and-spliterators'
include 'lecture-05-07-build-spliterators'
include 'lecture-05-14-more-optionals-and-completable-futures-intro'
include 'lecture-05-21-more-completable-futures-and-sequences'
include 'lecture-05-28-exercises'