GithubHelp home page GithubHelp logo

multimodulegradlemanagement's People

Contributors

philipplackner avatar

Stargazers

SANDY avatar Shah Nizar Baloch avatar  avatar Vitalii Vlasenko avatar Joseph avatar  avatar Oleg Golubev avatar Aulia Rahman avatar  avatar Doganur avatar Amitmajain14 avatar JI HUN LEE avatar Rohit Verma avatar Yewon avatar  avatar Rahul Kumar avatar AbdulHaseeb avatar Daniel Markart avatar Stavros Malakoudis avatar JJ Macías avatar Aditya Gurjar avatar Vengatesh M avatar  avatar skyrin avatar Kus Andi Priyono avatar Kristian Ekachandra avatar Stoyan Vuchev avatar Dennis Wanja avatar Ashwani Kumar Singh avatar Bima Adityo Kurniawan avatar Wahyu Koco avatar Nicolas Cambuy avatar Hüseyin Taş avatar  avatar

Watchers

 avatar  avatar

multimodulegradlemanagement's Issues

It is possible to pass a list of string in the DependencyHandler.implementation?

fun DependencyHandler.implementation(dependencyList: List) {
dependencyList.forEach { dependency ->
add("implementation", dependency)
}
}

// dependencyList is list of string

Sorry for creating this issue. Is the above code works Instead of this 👇

fun DependencyHandler.implementation(dependency: String) {
add("implementation", dependency)
}

Note: Your tutorial are awesome.

Facing issue after adding Hilt code

I'm facing an issue in the gradle build after taking a reference from this project repo. Please add any hilt code and run that project. It'll give an error. Just add an application class with annotation @HiltAndroidApp. and run it. It'll give a build error. Please suggest a way to solve that error. I'm trying to resolve that error but didn't get success. Let me know if there's any way to resolve it. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.