We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a947273 commit 328963cCopy full SHA for 328963c
1 file changed
README.md
@@ -17,6 +17,7 @@ allprojects {
17
}
18
```
19
**Step 2.** Add the dependency
20
+#### If you use only Java.
21
22
dependencies {
23
implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1'
@@ -26,8 +27,7 @@ dependencies {
26
27
28
29
-If you use Kotlin or Java with Kotlin, please use kapt instead java annotationProcessor.
30
-Main build.gradle file should look like this
+#### If you use Kotlin or Java with Kotlin, please use kapt instead java annotationProcessor. Main build.gradle file should look like this
31
32
apply plugin: 'com.android.application'
33
apply plugin: 'kotlin-android'
0 commit comments