I've got this warning: ```The DefaultSourceDirecto...
# gradle
r
I've got this warning:
Copy code
The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 5.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead.
I have absolutely no idea what it's about and what it means, and I can't find anything about, apart from the source code logging this line Same for this one:
Copy code
The ProjectLayout.fileProperty() method has been deprecated. This is scheduled to be removed in Gradle 5.0. Please use the ObjectFactory.fileProperty() method instead.
I'm using Gradle 5.0-M1 and I'm not planning to rollback to 4.10