toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi
/
LibraryResolver
Library
Resolver
open
class
LibraryResolver
(
val
fs
:
SyncIO
,
val
platform
:
Platform
)
Inheritors
Companion
Members
Constructors
Library
Resolver
Link copied to clipboard
constructor
(
fs
:
SyncIO
,
platform
:
Platform
)
Types
Companion
Link copied to clipboard
object
Companion
:
LibraryResolver
Properties
fs
Link copied to clipboard
val
fs
:
SyncIO
ld
Libraries
Link copied to clipboard
val
ldLibraries
:
LDLibraries
platform
Link copied to clipboard
val
platform
:
Platform
Functions
resolve
Link copied to clipboard
fun
resolve
(
vararg
names
:
String
)
:
String
?
fun
resolve
(
name
:
String
)
:
String
?