You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,8 @@ Add in `build.gradle` of **app**
206
206
```
207
207
208
208
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`
211
211
212
212
=== "Kotlin"
213
213
@@ -236,8 +236,8 @@ Add in `build.gradle` of **app**
236
236
```
237
237
238
238
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`
241
241
242
242
!!! note
243
243
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.
0 commit comments