thanksforallthefish
11/26/2018, 4:16 PMBernhard
11/26/2018, 4:17 PMBernhard
11/26/2018, 4:17 PMBernhard
11/26/2018, 4:17 PMBernhard
11/26/2018, 4:18 PMBernhard
11/26/2018, 4:19 PMthanksforallthefish
11/26/2018, 4:21 PMtasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = “1.8”
freeCompilerArgs = listOf(“-Xjsr305=strict”)
}
}
this was it. I did a copy/paste wrong, probably better not to deploy to production today 🤦♂️napperley
11/26/2018, 7:54 PM