t

theme-prefs-android-debug

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