Fix warnings in native modules
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ private fun getLibraryCacheDir(
|
||||
cacheKind: String
|
||||
): File {
|
||||
val cacheBaseName = CachedLibraries.getCachedLibraryName(libraryName)
|
||||
val cacheOutputKind = CompilerOutputKind.valueOf(cacheKind.toUpperCase())
|
||||
val cacheOutputKind = CompilerOutputKind.valueOf(cacheKind.uppercase())
|
||||
return OutputFiles(cacheDirectory.child(cacheBaseName).absolutePath, target, cacheOutputKind).mainFile.File()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user