Properly detect Kotlin/Native libraries
Issue #KT-30598 fixed
This commit is contained in:
-1
@@ -24,7 +24,6 @@ object LiteKonanLibraryFacade {
|
||||
*/
|
||||
fun getDistributionLibraryProvider(customKonanHomeDir: File?): LiteKonanLibraryProvider =
|
||||
FromDistributionLiteKonanLibraryProvider(customKonanHomeDir)
|
||||
|
||||
}
|
||||
|
||||
interface LiteKonanLibraryProvider {
|
||||
|
||||
Reference in New Issue
Block a user