magnumrocha
11/06/2024, 8:35 AM0.3.1
my project compiles fine without include the modules on settings.gradle.kts
, but after update it to 0.5.0
the gradle modules can't be found, to solve it I had to include the modules:
include(":konnection")
include(":konnection-swift")
John O'Reilly
11/06/2024, 8:38 AMJohn O'Reilly
11/06/2024, 8:38 AMAMPER-393 Amper modules are no longer automatically discovered by searching the whole file system hierarchy.
The documentation has been updated accordingly.
In Gradle-based Amper projects, modules with a module.yaml file now need to be listed alongside other Gradle modules in settings.gradle(.kts)
magnumrocha
11/06/2024, 8:40 AMJohn O'Reilly
11/06/2024, 8:41 AM