Skip to content

Commit 0aa4163

Browse files
authored
Update getting_started.md
1 parent ee116bf commit 0aa4163

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting_started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ Add in `build.gradle` of **app**
206206
```
207207

208208
1. :man_raising_hand: This library has built-in annotations for some functions defined using [@AndroidAopPointCut](/AndroidAOP/AndroidAopPointCut/)
209-
2. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `android-aop-apt`
210-
3. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `android-aop-apt`
209+
2. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `androidaop-apt`
210+
3. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `androidaop-apt`
211211

212212
=== "Kotlin"
213213

@@ -236,8 +236,8 @@ Add in `build.gradle` of **app**
236236
```
237237

238238
1. :man_raising_hand: This library has built-in annotations for some functions defined using [@AndroidAopPointCut](/AndroidAOP/AndroidAopPointCut/)
239-
2. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `android-aop-apt`
240-
3. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `android-aop-apt`
239+
2. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `androidaop-apt`
240+
3. :man_raising_hand: When you use the five custom aspect annotations [described here](#custom-aspects), it means you must use `androidaop-apt`
241241

242242
!!! note
243243
Tip: ksp or annotationProcessor can only scan the current module. Custom aspect codes are added to the module where they are located. **But custom aspect codes are globally effective**; required dependencies can be added only to public modules through the API.
@@ -755,4 +755,4 @@ This introduction is a general outline.
755755
}
756756
}
757757
758-
```
758+
```

0 commit comments

Comments
 (0)