We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491545a commit d0560f5Copy full SHA for d0560f5
src/main/kotlin/org/domaframework/doma/intellij/common/config/DomaCompileConfigUtil.kt
@@ -41,7 +41,7 @@ object DomaCompileConfigUtil {
41
resourcePaths.forEach { resourcePath ->
42
if (resourcePath.isValid) {
43
val configVFile = resourcePath.findChild("doma.compile.config")
44
- val cacheKey = "${project.basePath}/$resourcePath/doma.compile.config"
+ val cacheKey = "${project.basePath}/${resourcePath.path}/doma.compile.config"
45
val lastModified = configVFile?.timeStamp ?: 0L
46
val cached = configCache[cacheKey]
47
0 commit comments