config
Toggle table of contents
0.95.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
config
config
/
com.project.starter.config.extensions
/
AndroidPluginConfig
Android
Plugin
Config
open
class
AndroidPluginConfig
(
var
compileSdkVersion
:
Int
=
36
,
var
minSdkVersion
:
Int
=
29
,
var
targetSdkVersion
:
Int
?
=
null
)
Members
Constructors
Android
Plugin
Config
Link copied to clipboard
constructor
(
compileSdkVersion
:
Int
=
36
,
minSdkVersion
:
Int
=
29
,
targetSdkVersion
:
Int
?
=
null
)
Properties
compile
Sdk
Version
Link copied to clipboard
var
compileSdkVersion
:
Int
min
Sdk
Version
Link copied to clipboard
var
minSdkVersion
:
Int
target
Sdk
Version
Link copied to clipboard
var
targetSdkVersion
:
Int
?
Functions
compile
Sdk
Version
Link copied to clipboard
fun
compileSdkVersion
(
value
:
Int
)
min
Sdk
Version
Link copied to clipboard
fun
minSdkVersion
(
value
:
Int
)
target
Sdk
Version
Link copied to clipboard
fun
targetSdkVersion
(
value
:
Int
)