Skip to content

Commit

Permalink
Write TODO to point out poor way of organizing Gradle tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MykytaPimonovTD committed May 20, 2024
1 parent 9bceb41 commit fb053f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mentions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ kotlin {
* Kotlin code compilation task waits until
* Protobuf files are fully generated and rejections are created.
*/
// TODO:2024-05-20:MykytaPimonovTD: Rewrite the way of organizing tasks,
// using task inputs and outputs.
tasks.named("compileKotlin") {
dependsOn("generateRejections")
}
Expand Down

0 comments on commit fb053f6

Please sign in to comment.