Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

How to use it in Groovy DSL #3

Closed
tsuellow opened this issue May 24, 2023 · 1 comment
Closed

How to use it in Groovy DSL #3

tsuellow opened this issue May 24, 2023 · 1 comment

Comments

@tsuellow
Copy link

The library is somehow not recognized in code

@Omico
Copy link
Owner

Omico commented May 25, 2023

In settings.gradle add below:

// Your relative path or absolute path
includeBuild('D:\\Git\\Omico\\androidx-compose-material3-pullrefresh') {
    dependencySubstitution {
        substitute(module("me.omico.lux:lux-androidx-compose-material3-pullrefresh")).using(project(":library"))
    }
}

In your app/library module's build.gradle add below:

dependencies {
    implementation 'me.omico.lux:lux-androidx-compose-material3-pullrefresh'
}

@Omico Omico changed the title I cant seem to fifind out what to put in includeBuild("...") in the settings.Gradle How to use it in Groovy DSL May 25, 2023
@Omico Omico pinned this issue May 25, 2023
@Omico Omico closed this as completed May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants