Search code examples
intershop

Failed to apply plugin [id 'hot-code-reloading']


I got a failure during the build process.

Failed to apply plugin [id 'hot-code-reloading'] /home/.../.gradle/gradle.properties (No such file or directory)

How can I solve the problem?


Solution

  • You can easily fix this by just creating the file:

    touch /home/.../.gradle/gradle.properties