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