after to update amper to version 0.3.0, some modul...
# amper
m
after to update amper to version 0.3.0, some modules are failing with:
Copy code
Task 'wrapper' not found in project ':samples:ios'.
if I create aside of the module.yaml a
build.gradle.kts
with the config:
Copy code
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:
a
Hi Magnum. Is it possible to have a sample project to check? For uploading you can use https://uploads.jetbrains.com Thank you.
m
After test some different setups, I think the problem is with Fleet Editor, the gradle command lines work fine on Terminal
@andrey.dernov I pushed the code this this repository (it's open source): https://github.com/TM-Apps/konnection As your can see, the CI is running fine (the command line works), but on Fleet the project import fails with the error mention above.q
👀 1
🙏 1
a
Thank you for the sample project! I’m trying to reproduce, but opening and importing it works fine for me: