Fix wire gradle dependency.
This commit is contained in:
parent
2449b5f4a4
commit
6ddd780e0e
1 changed files with 11 additions and 0 deletions
|
@ -24,6 +24,17 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
listOf(
|
||||
"runKtlintCheckOverMainSourceSet",
|
||||
"runKtlintFormatOverMainSourceSet"
|
||||
).forEach { taskName ->
|
||||
tasks.named(taskName) {
|
||||
mustRunAfter(tasks.named("generateMainProtos"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
wire {
|
||||
kotlin {
|
||||
javaInterop = true
|
||||
|
|
Loading…
Add table
Reference in a new issue