mbonnin
11/09/2020, 2:25 PMidea
Gradle plugin with generatedSourceDirs
compared to simply adding to the source set ?
idea {
module {
// what does this do?
generatedSourceDirs += file("generatedDir")
}
}
What makes a "generated" directory special?Rob Elliot
11/09/2020, 2:30 PMmbonnin
11/09/2020, 2:36 PMchristophsturm
11/09/2020, 5:39 PMchristophsturm
11/09/2020, 5:40 PMmbonnin
11/09/2020, 6:10 PMmbonnin
11/09/2020, 6:10 PMmbonnin
11/09/2020, 6:11 PMGenerated source files should not be edited
mbonnin
11/09/2020, 6:12 PM