Join Slack
Powered by
if gradle encounters both `build.gradle` and `buil...
# gradle
c
Czar
09/12/2017, 10:19 AM
if gradle encounters both
build.gradle
and
build.gradle.kts
, which file will be used by default (no other configuration is present specifying any of these two files)?
e
eskatos
09/12/2017, 10:45 AM
build.gradle
will be preferred, see
https://github.com/gradle/gradle/blob/73f9f12859c8a1572c836d0068b7c39ac72a1c1e/subprojects/core/src/main/java/org/gradle/initialization/DefaultProjectDescriptor.java#L140-L154
c
Czar
09/12/2017, 11:17 AM
thanks
Open in Slack
Previous
Next