Explicit misconfiguration signalization

This commit is contained in:
Kirill Shmakov
2019-06-15 12:47:56 +03:00
parent 47afd9ec1c
commit ae45bbcead
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ allprojects {
}
}
// TODO: These classes should be omitted once Gradle plugin supports local.properties
// TODO: hide these classes in special gradle plugin for kotlin-ultimate which will support local.properties
class LocalBuildPropertiesProvider(private val project: Project) {
private val localProperties: Properties = Properties()