t

theme-material-iossimulatorarm64

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-material-iossimulatorarm64-0.6.9.pom download
theme-material-iossimulatorarm64-0.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.softartdev</groupId>
  <artifactId>theme-material-iossimulatorarm64</artifactId>
  <version>0.6.9</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.softartdev:theme-material-iossimulatorarm64:0.6.9'
Gradle Kotlin
implementation("io.github.softartdev:theme-material-iossimulatorarm64:0.6.9")
Scala SBT
libraryDependencies += "io.github.softartdev" % "theme-material-iossimulatorarm64" % "0.6.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.softartdev', module='theme-material-iossimulatorarm64', version='0.6.9')
)
Apache Ivy
<dependency org="io.github.softartdev" name="theme-material-iossimulatorarm64" rev="0.6.9" />
Leiningen
[io.github.softartdev/theme-material-iossimulatorarm64 "0.6.9"]
Apache Buildr
'io.github.softartdev:theme-material-iossimulatorarm64:jar:0.6.9'