Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f7f6773

Browse files
authored
Add Kotlin DSL implementation (#114)
1 parent 3815fae commit f7f6773

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ Huge thanks to [BlackMesa123](https://github.com/BlackMesa123) who has contribut
2424
## Installation
2525

2626
1. Add the dependency
27+
28+
* **Groovy**:
2729
```gradle
2830
implementation 'io.github.yanndroid:oneui:2.3.0'
2931
```
32+
* **Kotlin**:
33+
```kotlin
34+
implementation("io.github.yanndroid:oneui:2.3.0")
35+
```
36+
3037
2. Apply the main theme in AndroidManifest.xml
3138
```xml
3239
<application

0 commit comments

Comments
 (0)