Skip to content

Commit 75ee11d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0be9955 + 848ac17 commit 75ee11d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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+
```

docs/zh/getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
```
205205

206206
1. :man_raising_hand: 此库内置了使用 [@AndroidAopPointCut](/AndroidAOP/zh/AndroidAopPointCut/) 定义的一些功能注解
207-
2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop-apt`
208-
3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop-apt`
207+
2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop-apt`
208+
3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop-apt`
209209
=== "Kotlin"
210210

211211
```kotlin
@@ -234,8 +234,8 @@
234234
```
235235

236236
1. :man_raising_hand: 此库内置了使用 [@AndroidAopPointCut](/AndroidAOP/zh/AndroidAopPointCut/) 定义的一些功能注解
237-
2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop-apt`
238-
3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `android-aop-apt`
237+
2. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop-apt`
238+
3. :man_raising_hand: 当你使用[此处介绍](#_8)的五个自定义切面注解时,就意味着你必须使用 `androidaop-apt`
239239

240240
!!! note
241241
提示:ksp 或 annotationProcessor只能扫描当前 module ,在哪个 module 中有自定义切面代码就加在哪个 module,**但是自定义的切面代码是全局生效的**;必须依赖项可以通过 api 方式只加到公共 module 上

0 commit comments

Comments
 (0)