I have just update my android studio to the last version which is 3.3.5 but am really stuck with this problem
Gradle DSL method not found: 'compile()'
Possible causes:
whene tring to add apdf view to my project. knowing that i already have the last version of gradle too . but still it is showing that i should update my grable.
The project 'test' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
Upgrade plugin to version 3.5.3 and sync project
'''
The project 'test' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file
The build file may be missing a Gradle plugin.
Apply Gradle plugin
i think it is because the of the source starting by compile but how can i replace it.