[Native] Deprecate KLIB repositories in Kotlin/Native compiler
1. Log warnings on usage of KLIB repositories. 2. Don't block using repositories for now. ^KT-61098
This commit is contained in:
committed by
Space Team
parent
c38a0e10af
commit
e7b8f3ecde
@@ -38,6 +38,8 @@ data class File constructor(internal val javaPath: Path) {
|
||||
get() = javaPath.fileName.toString().removeSuffixIfPresent(separator) // https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8153248
|
||||
val extension: String
|
||||
get() = name.substringAfterLast('.', "")
|
||||
val nameSegments: List<String>
|
||||
get() = javaPath.map { it.fileName.toString() }
|
||||
val parent: String
|
||||
get() = javaPath.parent.toString()
|
||||
val parentFile: File
|
||||
|
||||
Reference in New Issue
Block a user