m

material-theme-prefs-iossimulatorarm64

Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.
https://github.com/softartdev/MaterialThemePrefs
MIT
Artur Babichev
文件下载
文件名 操作
material-theme-prefs-iossimulatorarm64-0.5.5.pom 下载
material-theme-prefs-iossimulatorarm64-0.5.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.softartdev</groupId>
  <artifactId>material-theme-prefs-iossimulatorarm64</artifactId>
  <version>0.5.5</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.softartdev:material-theme-prefs-iossimulatorarm64:0.5.5'
Gradle Kotlin
implementation("io.github.softartdev:material-theme-prefs-iossimulatorarm64:0.5.5")
Scala SBT
libraryDependencies += "io.github.softartdev" % "material-theme-prefs-iossimulatorarm64" % "0.5.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.softartdev', module='material-theme-prefs-iossimulatorarm64', version='0.5.5')
)
Apache Ivy
<dependency org="io.github.softartdev" name="material-theme-prefs-iossimulatorarm64" rev="0.5.5" />
Leiningen
[io.github.softartdev/material-theme-prefs-iossimulatorarm64 "0.5.5"]
Apache Buildr
'io.github.softartdev:material-theme-prefs-iossimulatorarm64:jar:0.5.5'