Project build.grande
buildscript {
repositories {
google()
maven { url 'https://jitpack.io' }
}
dependencies {
def nav_version = "2.7.7"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
}
}
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}
app build.gradle
dependencies {
implementation 'com.github.fazelx:selectable-dynamic-table:1.0'
}
I got this error
Could not find com.github.fazelx:selectable-dynamic-table:1.0.
Required by:
project :app
Search in build.gradle files
Project build.grande
buildscript {
repositories {
google()
maven { url 'https://jitpack.io' }
}
dependencies {
def nav_version = "2.7.7"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
}
}
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}
app build.gradle
dependencies {
implementation 'com.github.fazelx:selectable-dynamic-table:1.0'
}
I got this error
Could not find com.github.fazelx:selectable-dynamic-table:1.0.
Required by:
project :app
Search in build.gradle files