Path hash code is case-agnostic. This is to avoid changing it if e.g. path to project is reconfigured from C:\Work to c:\work
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
fun bar() {
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
Cleaning output files:
|
||||
out/production/module/_DefaultPackage$foo$*.class
|
||||
out/production/module/_DefaultPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/foo.kt
|
||||
End of files
|
||||
@@ -0,0 +1,2 @@
|
||||
fun foo() {
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
fun foo() {
|
||||
}
|
||||
Reference in New Issue
Block a user