writeGradleProperties function producer gradle

void writeGradleProperties(
  1. String pathToRoot
)

Generate the build.gradle.kts file in the root folder.

The build file applies the Klutter Gradle plugin.

Implementation

void writeGradleProperties(String pathToRoot) => pathToRoot
    .verifyExists.createRootGradlePropertiesFile.writeGradlePropertiesContent;