Не получается использовать 'org.json:json:20200518' в андроид
После подключения 'org.json:json:20200518' андроид продолжает использовать встроенную реализацию org.json Пытался делать так:
implementation 'org.json:json:20200518'{
exclude group: 'org.json', module: 'json'
}
Но не получается выдает:
Could not find method org.json:json:20200518() for arguments
[build_57h7kjwe5eon8mcqvvzin2rgz$_run_closure2$_closure9@11e86224] on object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Open File