Skip to content

Build failed after Scrabbard gradle plugin setup #69

@GreyLabsDev

Description

@GreyLabsDev

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"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    module:processorLabel to mark all discussions about scabbard's annotation processorneeds infoLabel to mark issues awaiting response from the author

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions