From df9ac938d7f101ffe077751fe2b59a65be940fa8 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Wed, 10 Feb 2021 17:14:27 +0100 Subject: Cleanup experimental annotations --- sw-common-model/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw-common-model/build.gradle.kts') diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts index dd7b5327..dc95d608 100644 --- a/sw-common-model/build.gradle.kts +++ b/sw-common-model/build.gradle.kts @@ -11,6 +11,10 @@ kotlin { browser() // necessary for local dependency from JS UI module } sourceSets { + all { + languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn") + languageSettings.useExperimentalAnnotation("kotlin.time.ExperimentalTime") + } val commonMain by getting { dependencies { api("org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlinSerialization") -- cgit