License |
License |
---|---|
GroupId | GroupIdio.github.softartdev |
ArtifactId | ArtifactIdmaterial-theme-prefs-android |
Version | Version0.1 |
Type | Typeaar |
Description |
DescriptionMaterial Theme Preferences
Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/
implementation ("io.github.softartdev:material-theme-prefs-android:0.1")
'io.github.softartdev:material-theme-prefs-android:aar:0.1'
<dependency org="io.github.softartdev" name="material-theme-prefs-android" rev="0.1">
<artifact name="material-theme-prefs-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.softartdev', module='material-theme-prefs-android', version='0.1')
)
libraryDependencies += "io.github.softartdev" % "material-theme-prefs-android" % "0.1"
[io.github.softartdev/material-theme-prefs-android "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
androidx.preference » preference | jar | 1.1.1 |
androidx.compose.runtime » runtime | jar | 1.1.0-beta04 |
androidx.compose.foundation » foundation | jar | 1.1.0-beta04 |
androidx.compose.material » material | jar | 1.1.0-beta04 |
androidx.compose.material » material-icons-extended | jar | 1.1.0-beta04 |
dev.icerock.moko : resources-android | jar | 0.17.2 |