Skip to content

Commit 328963c

Browse files
author
Roman Tcaregorodtcev
authored
Update README.md
1 parent a947273 commit 328963c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ allprojects {
1717
}
1818
```
1919
**Step 2.** Add the dependency
20+
#### If you use only Java.
2021
```
2122
dependencies {
2223
implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1'
@@ -26,8 +27,7 @@ dependencies {
2627
}
2728
```
2829

29-
If you use Kotlin or Java with Kotlin, please use kapt instead java annotationProcessor.
30-
Main build.gradle file should look like this
30+
#### If you use Kotlin or Java with Kotlin, please use kapt instead java annotationProcessor. Main build.gradle file should look like this
3131
```
3232
apply plugin: 'com.android.application'
3333
apply plugin: 'kotlin-android'

0 commit comments

Comments
 (0)