Skip to content

Commit

Permalink
Merge branch 'feature/compose-material-3' of github.com-trian:trianda…
Browse files Browse the repository at this point in the history
…mai/core-ui into feature/compose-material-3
  • Loading branch information
triandamai committed Jun 22, 2023
2 parents 3b1c570 + ead80cb commit d159fa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ allprojects {
2. app `build.gradle`:
```groovy
plugins{
id 'com.google.devtools.ksp' version '1.8.0-1.0.9'
id("com.google.devtools.ksp") version ("1.8.0-1.0.9")
}
dependencies {
implementation 'com.github.triandamai.mvi:ui:<version>'
implementation 'com.github.triandamai.mvi:processor:<version>'
ksp 'com.github.triandamai.mvi:processor:<version>'
implementation("com.github.triandamai.mvi:ui:<version>")
implementation("com.github.triandamai.mvi:processor:<version>")
ksp("com.github.triandamai.mvi:processor:<version>")
}
```

Expand Down

0 comments on commit d159fa0

Please sign in to comment.