H.Cissé
H.Cissé
I have the same issue since I have updated to gradle 5.1.1 Extension with name 'consoleReporter' does not exist
I have the same issue. How can I deploy the same Kotless app into different AWS environments (prod/dev)?
I was able to solve the issue by using a prefix ``` kotless { config { prefix = System.getenv("DEPLOYMENT_PREFIX") ?: "dev" } } ```
Will need it too please
Same issue here
I have the same issue using Symfony Messenger 4.4
I downgraded to 4.4.38 and it works