Hi, when I add
apply plugin: 'io.github.chao2zhang.livedatadebugger'
to my module's build.gradle (as instructed by the README), gradle sync fails with this error message:
A problem occurred evaluating project ':app'.
> Plugin with id 'io.github.chao2zhang.livedatadebugger' not found.
Project's build.gradle:
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}
Hi, when I add
to my module's build.gradle (as instructed by the README), gradle sync fails with this error message:
Project's build.gradle:
allprojects { repositories { google() mavenCentral() jcenter() } }