aboutsummaryrefslogtreecommitdiff
path: root/gradle/compile-options.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/compile-options.gradle')
-rw-r--r--gradle/compile-options.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/gradle/compile-options.gradle b/gradle/compile-options.gradle
index e6b4432..b6ce532 100644
--- a/gradle/compile-options.gradle
+++ b/gradle/compile-options.gradle
@@ -21,8 +21,6 @@ ext.configureKotlin = { isMultiplatform ->
languageSettings {
apiVersion = "1.4"
languageVersion = "1.4"
- useExperimentalAnnotation("kotlin.Experimental")
- useExperimentalAnnotation("kotlin.ExperimentalStdlibApi")
}
}
}