Skip to content

Not able to add Shot in my project! #363

Description

@agam-android7

Gradle version: distributionUrl=https://services.gradle.org/distributions/gradle-9.3.1-bin.zip
[versions]
agp = "9.1.1"
coreKtx = "1.18.0"

// Project level build.gradle
buildscript {
    repositories {
        google()
        mavenCentral()
    }

    dependencies {
        classpath 'com.karumi:shot:6.1.0'
    }
}

plugins {
    alias(libs.plugins.android.application) apply false
}
// App level build.gradle
plugins {
    alias(libs.plugins.android.application)
    id("shot")
}

and also added other config as described in readme file

but it fails other libraries (Plz check below screenshot).

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions