Implement adding recipes through app

This commit is contained in:
Kirill Kamakin
2022-05-26 13:29:10 +02:00
parent 986d8f377f
commit e18f726da5
37 changed files with 1105 additions and 78 deletions

View File

@@ -54,4 +54,9 @@ sonarqube {
rootCoverage {
generateXml true
}
ext {
// https://github.com/protocolbuffers/protobuf/releases
protobuf_version = "3.21.1"
}