From 321180dc979509049fccc290f7baf50645017633 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 12 Sep 2019 09:42:08 +0300 Subject: [PATCH] Added experimental features --- src/main/kotlin/scientifik/common.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/scientifik/common.kt b/src/main/kotlin/scientifik/common.kt index 8f2ae90..931f126 100644 --- a/src/main/kotlin/scientifik/common.kt +++ b/src/main/kotlin/scientifik/common.kt @@ -7,7 +7,9 @@ import org.jetbrains.kotlin.gradle.plugin.LanguageSettingsBuilder internal fun LanguageSettingsBuilder.applySettings(): Unit { progressiveMode = true enableLanguageFeature("InlineClasses") - useExperimentalAnnotation("kotlin.ExperimentalUnsignedType") + useExperimentalAnnotation("kotlin.ExperimentalUnsignedTypes") + useExperimentalAnnotation("kotlin.ExperimentalStdlibApi") + useExperimentalAnnotation("kotlin.time.ExperimentalTime") } internal fun RepositoryHandler.applyRepos(): Unit{