magnumrocha
05/23/2024, 6:01 AMTask 'wrapper' not found in project ':samples:ios'.
if I create aside of the module.yaml a build.gradle.kts
with the config:
tasks.register<Wrapper>("wrapper") {
gradleVersion = "8.6"
validateDistributionUrl = true
}
tasks.register("prepareKotlinBuildScriptModel"){}
The build works but, a new entire gradle setup is create on inside the module folder:andrey.dernov
05/23/2024, 8:11 AMmagnumrocha
05/23/2024, 5:22 PMmagnumrocha
05/24/2024, 5:56 AMandrey.dernov
05/24/2024, 10:27 AM