common: switch to generating icons code at build-time

This commit is contained in:
Harsh Shandilya 2022-04-22 21:57:10 +05:30
parent d4f09b98e4
commit bfdb86d2e5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
21 changed files with 43 additions and 370 deletions

View file

@ -9,6 +9,7 @@ buildscript {
}
dependencies {
classpath(libs.r8)
classpath(libs.svg.transcoder)
classpath(libs.javapoet)
}
}