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).

Gradle version: distributionUrl=https://services.gradle.org/distributions/gradle-9.3.1-bin.zip
[versions]
agp = "9.1.1"
coreKtx = "1.18.0"
and also added other config as described in readme file
but it fails other libraries (Plz check below screenshot).