Some IDEA code wants package files to have extensions.
So let's make IDE dudes happy.
This commit is contained in:
committed by
alexander-gorshenev
parent
56afadfcb1
commit
6118424ef7
+1
-1
@@ -46,7 +46,7 @@ interface KonanLibraryLayout {
|
||||
val escapeAnalysisFile
|
||||
get() = File(linkdataDir, "module_escape_analysis")
|
||||
fun packageFile(packageName: String)
|
||||
= File(linkdataDir, if (packageName == "") "root_package" else "package_$packageName")
|
||||
= File(linkdataDir, if (packageName == "") "root_package.knm" else "package_$packageName.knm")
|
||||
}
|
||||
|
||||
interface KonanLibrary: KonanLibraryLayout {
|
||||
|
||||
Reference in New Issue
Block a user