История изменений
Исправление bvn13, (текущая версия) :
Спасибо тебе, добрый человек.
https://stackoverflow.com/questions/44493378/whats-the-difference-between-imp...
Just replace:
* compile with implementation
* testCompile with testImplementation
* debugCompile with debugImplementation
* androidTestCompile with androidTestImplementation
* compileOnly is still valid. It was added in 3.0 to replace * provided and not compile. (provided introduced when Gradle didn't have a configuration name for that use-case and named it after Maven's provided scope.)
Исходная версия bvn13, :
Спасибо тебе, добрый человек.
https://stackoverflow.com/questions/9442924/how-do-i-keep-track-of-elapsed-ti...
Just replace:
* compile with implementation
* testCompile with testImplementation
* debugCompile with debugImplementation
* androidTestCompile with androidTestImplementation
* compileOnly is still valid. It was added in 3.0 to replace * provided and not compile. (provided introduced when Gradle didn't have a configuration name for that use-case and named it after Maven's provided scope.)