Код: Выделить всё
./gradlew features:about:exportLibraryDefinitions - PaboutLibraries.exportPath=src/commonMain/composeResources/files -PaboutLibraries.exportVariant=release
Код: Выделить всё
tasks updateLicenseInformation = tasks.register("updateLicenseInformation"){
group = "Entreco"
description = "Update all license information json file"
// How to execute
//"gradle features:about:exportLibraryDefinitions - PaboutLibraries.exportPath=src/commonMain/composeResources/files -PaboutLibraries.exportVariant=release"
// here?
}
Я использую Android Studio + Gradle с Kotlin
Подробнее здесь: https://stackoverflow.com/questions/792 ... impler-one