From 8e2bd6298cd61e340ae056267f4d0a5af392a7dd Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Mon, 1 May 2023 10:06:05 +0200 Subject: Use DSL sugar to access commonMain source set and avoid warnings --- sw-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw-client') diff --git a/sw-client/build.gradle.kts b/sw-client/build.gradle.kts index 3ca5c93e..06a8729e 100644 --- a/sw-client/build.gradle.kts +++ b/sw-client/build.gradle.kts @@ -8,7 +8,7 @@ kotlin { browser() // necessary for local dependency from JS UI module } sourceSets { - val commonMain by getting { + commonMain { dependencies { api(projects.swCommonModel) api(libs.krossbow.stomp.kxserialization.json) -- cgit