fix: Fix multisrc generation under Windows (#1462)

This commit is contained in:
Claudemirovsky
2023-04-02 08:04:52 -03:00
committed by GitHub
parent 1a6bd3f7a0
commit fa5bd12176

View File

@ -166,6 +166,7 @@ interface ThemeSourceGenerator {
private fun copyThemeClasses(userDir: String, themePkg: String, projectRootPath: String) {
val themeSrcPath = "$userDir/multisrc/src/main/java/${themeSuffix(themePkg, "/")}"
.replace("/", File.separator)
val themeDestPath = "$projectRootPath/src/${themeSuffix(themePkg, "/")}"
File(themeDestPath).mkdirs()