-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle.kts
42 lines (40 loc) · 1.49 KB
/
settings.gradle.kts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* 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.4/userguide/building_swift_projects.html in the Gradle documentation.
*/
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("org.jetbrains.kotlin.jvm") version "1.9.10" apply false
id("org.jetbrains.kotlinx.benchmark") version "0.4.9" apply false
id("com.ncorti.ktfmt.gradle") version "0.15.1" apply false
id("io.morethan.jmhreport") version "0.9.0" apply false
}
rootProject.name = "advent_of_code_2023"
include("00:kotlin_template")
include("01:trebuchet")
include("02:cube_conundrum")
include("03:gear_ratios")
include("04:scratchcards")
include("05:if_you_give_a_seed_a_fertilizer")
include("06:wait_for_it")
include("07:camel_cards")
include("08:haunted_wasteland")
include("09:mirage_maintenance")
include("10:pipe_maze")
include("11:cosmic_expansion")
include("12:hot_springs")
include("13:point_of_incidence")
include("14:parabolic_reflector_dish")
include("15:lens_library")
include("16:the_floor_will_be_lava")
include("17:clumsy_crucible")
include("18:lavaduct_lagoon")
include("19:aplenty")
include("20:pulse_propagation")
//include("21:step_counter")
include("22:sand_slabs")
include("23:a_long_walk")
//include("24:never_tell_me_the_odds")