dvdciri / daggraph

Dagger dependency graph generator for Android Developers
MIT License
1.15k stars 58 forks source link

'This is not a gradle folder' on a gradle setup with kotlin build files #55

Closed jzillmann closed 5 years ago

jzillmann commented 5 years ago

Description

Using the tool on a dagger project setup with gradle but with the new Kotlin build scripts ('build.gradle.kts') fails with the message This is not a gradle folder.

Steps to reproduce

Don't have a public example to share...

Expected behaviour

Should work for gradle/kotlin as well/

jzillmann commented 5 years ago

Question: Why is there a gradle check in the first place ? Are you extracting any information from the gradle setup ?

dvdciri commented 5 years ago

It was to check that it's an android application folded, this check could be removed or we could find a better way to check that. Open to suggestions and PRs =)