Gradle DSL method not found: 'testCompile()'
As the warning suggests, upgrading the plugin to 2.3.2
should resolve the issue:
classpath 'com.android.tools.build:gradle:2.3.2'
As the warning suggests, upgrading the plugin to 2.3.2
should resolve the issue:
classpath 'com.android.tools.build:gradle:2.3.2'