Skip to content

Instantly share code, notes, and snippets.

@falkorichter
Created June 10, 2021 09:14
Show Gist options
  • Save falkorichter/e9891fe93c2f7874997c73270e50a7cc to your computer and use it in GitHub Desktop.
Save falkorichter/e9891fe93c2f7874997c73270e50a7cc to your computer and use it in GitHub Desktop.
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
freeCompilerArgs += "-Xopt-in=kotlin.time.ExperimentalTime"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment