Skip to content

Commit

Permalink
kapt下,RxHttp扩展文件改名为RxHttpExtension,与ksp保持统一
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed May 22, 2023
1 parent 695d75c commit 538a64e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class RxHttpExtensions {
returnType = Unit::class.asClassName()
).copy(suspending = true)

val fileBuilder = FileSpec.builder(rxHttpPackage, "RxHttp")
val fileBuilder = FileSpec.builder(rxHttpPackage, "RxHttpExtension")
.addImport("rxhttp.wrapper.utils", "javaTypeOf")
.addImport("rxhttp", "toAwait")

Expand Down

0 comments on commit 538a64e

Please sign in to comment.