scabbard
scabbard copied to clipboard
Build failed after Scrabbard gradle plugin setup
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"
}
}
Hello could you please help in attaching the full stack trace of the error?
I have also encountered the same issue
plugins {
id("scabbard.gradle") version "0.5.0"
}
scabbard {
enabled = true
outputFormat = "svg"
}
and with stacktrace attached