t

theme-material-iossimulatorarm64

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