components/AnimatedImage/library/build.gradle.kts [1:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { kotlin("multiplatform") id("org.jetbrains.compose") id("org.jetbrains.kotlin.plugin.compose") id("maven-publish") } kotlin { jvm("desktop") sourceSets { all { languageSettings { optIn("kotlin.RequiresOptIn") } } commonMain.dependencies { api(libs.compose.runtime) api(libs.compose.foundation) } } } configureMavenPublication( groupId = "org.jetbrains.compose.components", - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - components/SplitPane/library/build.gradle.kts [1:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { kotlin("multiplatform") id("org.jetbrains.compose") id("org.jetbrains.kotlin.plugin.compose") id("maven-publish") } kotlin { jvm("desktop") sourceSets { all { languageSettings { optIn("kotlin.RequiresOptIn") } } commonMain.dependencies { api(libs.compose.runtime) api(libs.compose.foundation) } } } configureMavenPublication( groupId = "org.jetbrains.compose.components", - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -