1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Rename buildConfigSuffix.

This commit is contained in:
Cedric Beust 2016-02-08 23:28:46 +04:00
parent 035a205047
commit 6d61747fd5
3 changed files with 5 additions and 5 deletions

View file

@ -12,5 +12,5 @@ interface IBuildConfigContributor : ISimpleAffinity<Project> {
/**
* The suffix of the generated BuildConfig, e.g. ".java".
*/
val suffix: String
val buildConfigSuffix: String
}