summaryrefslogtreecommitdiff
path: root/sw-client
diff options
context:
space:
mode:
Diffstat (limited to 'sw-client')
-rw-r--r--sw-client/build.gradle.kts3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw-client/build.gradle.kts b/sw-client/build.gradle.kts
index 801fe295..3b260cd0 100644
--- a/sw-client/build.gradle.kts
+++ b/sw-client/build.gradle.kts
@@ -8,9 +8,6 @@ kotlin {
browser() // necessary for local dependency from JS UI module
}
sourceSets {
- all {
- languageSettings.optIn("kotlin.RequiresOptIn")
- }
val commonMain by getting {
dependencies {
api(projects.swCommonModel)
bgstack15