jameskleeh
07/13/2022, 2:38 AMenvironment.codeGenerator.createNewFile(
and create a file in a directory that contains .
in it. Example path: META-INF/services/a.b.c/d.e.f
where d.e.f
is a file name. Is this possible? Currently passing that path as the package name results in META-INF/services/a/b/c/d.e.f
createNewFile(path: String, location: FileLocation)
where FileLocation
would be an enum for java, kotlin, class, resourcesJiaxiang
07/13/2022, 9:42 PM