From dce7803ad428a89da27f27cf58483a9fb64bab46 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Wed, 8 Sep 2021 09:41:50 +0200 Subject: Remove unnecessary module-level opt-ins The declaration at the root does work for multiplatform projects --- sw-common-model/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw-common-model') diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts index 3a550f25..955d0da5 100644 --- a/sw-common-model/build.gradle.kts +++ b/sw-common-model/build.gradle.kts @@ -9,10 +9,6 @@ kotlin { browser() // necessary for local dependency from JS UI module } sourceSets { - all { - languageSettings.optIn("kotlin.RequiresOptIn") - languageSettings.optIn("kotlin.time.ExperimentalTime") - } val commonMain by getting { dependencies { api(libs.kotlinx.serialization.core) -- cgit