1
0

Day07 + optimizations

This commit is contained in:
2020-12-07 10:47:14 +01:00
parent b38cdcde07
commit f2280bc2b5
7 changed files with 669 additions and 17 deletions
@@ -12,7 +12,7 @@ dependencies {
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "14"
jvmTarget = "15"
javaParameters = true
freeCompilerArgs = listOf(
"-Xinline-classes",