Import composite build plugin as subtitue module dependency [Gradle]

// change folder path inside bracket
includeBuild("plugin") {
    dependencySubstitution {
    	// change your artifact group and id
        // iam using https://github.com/dimaslanjaka/gradle-plugin/ for example
        substitute(module("com.dimaslanjaka:gradle-plugin")).with(project(":"))
    }
}

Comments

Popular posts from this blog

Find Backlink From Google Dork

List of weapon buff materials, effects and how it can be durango wild lands

Install deb package via Termux