t

theme-material3-desktop

Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.
https://github.com/softartdev/MaterialThemePrefs
MIT
Artur Babichev
Files download
File Operation
theme-material3-desktop-0.6.6.jar download
theme-material3-desktop-0.6.6.pom download
theme-material3-desktop-0.6.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.softartdev</groupId>
  <artifactId>theme-material3-desktop</artifactId>
  <version>0.6.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.softartdev:theme-material3-desktop:0.6.6'
Gradle Kotlin
implementation("io.github.softartdev:theme-material3-desktop:0.6.6")
Scala SBT
libraryDependencies += "io.github.softartdev" % "theme-material3-desktop" % "0.6.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.softartdev', module='theme-material3-desktop', version='0.6.6')
)
Apache Ivy
<dependency org="io.github.softartdev" name="theme-material3-desktop" rev="0.6.6" />
Leiningen
[io.github.softartdev/theme-material3-desktop "0.6.6"]
Apache Buildr
'io.github.softartdev:theme-material3-desktop:jar:0.6.6'