
com.freeletics.gradle.monorepo.util.String.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugins Show documentation
Show all versions of plugins Show documentation
A set of reusable Gradle plugins
package com.freeletics.gradle.monorepo.util
internal fun String.capitalize() = replaceFirstChar { it.titlecase() }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy