toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
SharedLibraryBinary
Shared
Library
Binary
API
@
Incubating
interface
SharedLibraryBinary
:
NativeLibraryBinary
(
source
)
A
NativeLibrary
that has been compiled and linked as a shared library.
Inheritors
PrebuiltSharedLibraryBinary
Members
Functions
get
Build
Type
Link copied to clipboard
API
abstract
fun
getBuildType
(
)
:
BuildType
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Flavor
Link copied to clipboard
API
abstract
fun
getFlavor
(
)
:
Flavor
get
Header
Dirs
Link copied to clipboard
API
abstract
fun
getHeaderDirs
(
)
:
FileCollection
get
Link
Files
Link copied to clipboard
API
abstract
fun
getLinkFiles
(
)
:
FileCollection
get
Runtime
Files
Link copied to clipboard
API
abstract
fun
getRuntimeFiles
(
)
:
FileCollection
get
Shared
Library
File
Link copied to clipboard
API
abstract
fun
getSharedLibraryFile
(
)
:
File
The shared library file.
get
Shared
Library
Link
File
Link copied to clipboard
API
abstract
fun
getSharedLibraryLinkFile
(
)
:
File
The shared library link file.
get
Target
Platform
Link copied to clipboard
API
abstract
fun
getTargetPlatform
(
)
:
NativePlatform