Skip to content

Commit

Permalink
Update KotlinMvpProcessor.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
catchpig authored Nov 5, 2019
1 parent b352e10 commit 7666ed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class KotlinMvpProcessor : BaseProcessor() {
FileSpec
.builder(fullPackageName, typeSpec.name!!)
.addType(typeSpec)
.addImport("com.catchpig.kotlin_mvp", "R")
.addImport("com.catchpig.mvp", "R")
.build()
.writeTo(filer)
}
Expand Down

0 comments on commit 7666ed7

Please sign in to comment.