is not current version
Last Version 0.3.3

io.github.softartdev:material-theme-prefs-android 0.3

Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.

GroupId

GroupId

io.github.softartdev
ArtifactId

ArtifactId

material-theme-prefs-android
Version

Version

0.3
Type

Type

aar

Download material-theme-prefs-android 0.3


<!-- https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/ -->
<dependency>
    <groupId>io.github.softartdev</groupId>
    <artifactId>material-theme-prefs-android</artifactId>
    <version>0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/
implementation 'io.github.softartdev:material-theme-prefs-android:0.3'
// https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/
implementation ("io.github.softartdev:material-theme-prefs-android:0.3")
'io.github.softartdev:material-theme-prefs-android:aar:0.3'
<dependency org="io.github.softartdev" name="material-theme-prefs-android" rev="0.3">
  <artifact name="material-theme-prefs-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.softartdev', module='material-theme-prefs-android', version='0.3')
)
libraryDependencies += "io.github.softartdev" % "material-theme-prefs-android" % "0.3"
[io.github.softartdev/material-theme-prefs-android "0.3"]