-
Notifications
You must be signed in to change notification settings - Fork 37
Build failed after Scrabbard gradle plugin setup #69
Copy link
Copy link
Open
Labels
module:processorLabel to mark all discussions about scabbard's annotation processorLabel to mark all discussions about scabbard's annotation processorneeds infoLabel to mark issues awaiting response from the authorLabel to mark issues awaiting response from the author
Description
All builds failed with this error:
Execution failed for task ':app:kaptDebugKotlin'.
My build.gradle (application)
apply plugin: "scabbard.gradle"
android {
///
scabbard {
enabled true
}
}
My build.gradle (root)
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}
///
dependencies {
classpath "gradle.plugin.dev.arunkumar:scabbard-gradle-plugin:0.4.0"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
module:processorLabel to mark all discussions about scabbard's annotation processorLabel to mark all discussions about scabbard's annotation processorneeds infoLabel to mark issues awaiting response from the authorLabel to mark issues awaiting response from the author