https://kotlinlang.org logo
n

Nikky

10/18/2018, 7:18 AM
@kittinunf for the wrapper thing, and to make sure it does not happen again:
Copy code
tasks.withType<Wrapper> {
    gradleVersion = Gradle.version
    distributionType = Gradle.distributionType // Wrapper.DistributionType.ALL
}
needs to be at the very bottom of the buildscript apparently