Skip to content

Could not find com.github.fazelx:selectable-dynamic-table:1.0. #4

@halil851

Description

@halil851

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

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