prasham.h.trivedi
03/27/2018, 12:52 PMkotlin-platform-androidqlitzler
03/27/2018, 12:57 PMprasham.h.trivedi
03/27/2018, 12:58 PMprasham.h.trivedi
03/27/2018, 1:00 PMsrc/main/com.mycompany.myappsrc/main/com/mycompany/myappqlitzler
03/27/2018, 1:02 PMbuild.gradleqlitzler
03/27/2018, 1:02 PMvoid rename_recursively(project) {
    project.buildFileName = "${project.name}.gradle"
    project.children.each { child -> rename_recursively(child) }
}
rootProject.children.each { project -> rename_recursively(project) }prasham.h.trivedi
03/27/2018, 1:03 PM_/_qlitzler
03/27/2018, 1:04 PMprasham.h.trivedi
03/27/2018, 1:06 PMOk, then sorry I don’t have more leads on your problem at the moment.Not an issue. From what you have pointed out earlier, I have updated gist for more clarity.
prasham.h.trivedi
03/27/2018, 1:09 PMqlitzler
03/28/2018, 8:42 PM