kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
gradle-plugin
/
io.github.hfhbd.kfx.swagger
/
Swagger
Swagger
abstract
class
Swagger
:
Kfx
(
source
)
Members
Constructors
Swagger
Link copied to clipboard
constructor
(
)
Properties
dependencies
Link copied to clipboard
abstract
val
dependencies
:
KfxDependencies
files
Link copied to clipboard
abstract
val
files
:
ConfigurableFileCollection
name
Link copied to clipboard
abstract
val
name
:
String
?
package
Name
Link copied to clipboard
abstract
val
packageName
:
Property
<
String
>
Functions
dependencies
Link copied to clipboard
open
fun
dependencies
(
action
:
Action
<
KfxDependencies
>
)
using
Source
Set
Link copied to clipboard
open
override
fun
usingSourceSet
(
sourceSet
:
SourceDirectorySet
)