Skip to content

MathView not found in layout #20

@utsavsonani

Description

@utsavsonani

Hi, I'm facing issue.

I'm trying to add the following dependency to my project:

implementation("com.github.Nishant-Pathak:MathView:v1.2")
However, the dependency is not being resolved, and I'm unable to use MathView in my layout.

I've also added the JitPack repository in my settings.gradle.kts file like this:

dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io/")
}
}
Despite this, the library is not added to my project. Could you please check if the dependency is still available or if there is a problem with the release?

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