Package io.github.gciatto.kt.mpp.helpers
Interface MultiPlatformHelperExtension
-
- All Implemented Interfaces:
public interface MultiPlatformHelperExtension
-
-
Method Summary
-
-
Method Detail
-
fatJarPlatformInclude
Unit fatJarPlatformInclude(String platform, String includes)
-
populateArgumentsFromProperties
abstract Unit populateArgumentsFromProperties()
-
populateDevelopersFromProperties
abstract Unit populateDevelopersFromProperties()
-
populateFatJarPlatformsFromNames
abstract Unit populateFatJarPlatformsFromNames()
-
populateFatJarPlatformIncludesFromProperties
abstract Unit populateFatJarPlatformIncludesFromProperties()
-
initializeVersionsRelatedProperties
abstract Unit initializeVersionsRelatedProperties(Boolean jvm, Boolean node)
-
initializeKotlinRelatedProperties
abstract Unit initializeKotlinRelatedProperties()
-
initializeJsRelatedProperties
abstract Unit initializeJsRelatedProperties()
-
initializeJvmRelatedProperties
abstract Unit initializeJvmRelatedProperties()
-
initializeFatJarRelatedProperties
abstract Unit initializeFatJarRelatedProperties()
-
initializeBugFinderRelatedProperties
abstract Unit initializeBugFinderRelatedProperties()
-
initializeMavenRelatedProperties
abstract Unit initializeMavenRelatedProperties()
-
initializeNpmRelatedProperties
abstract Unit initializeNpmRelatedProperties()
-
getDisableJavadocTask
abstract Property<Boolean> getDisableJavadocTask()
-
getAllWarningsAsErrors
abstract Property<Boolean> getAllWarningsAsErrors()
-
getDevelopers
abstract DomainObjectCollection<Developer> getDevelopers()
-
getIssuesEmail
abstract Property<String> getIssuesEmail()
-
getIssuesUrl
abstract Property<URL> getIssuesUrl()
-
getKtCompilerArgs
abstract DomainObjectSet<String> getKtCompilerArgs()
-
getKtCompilerArgsJs
abstract DomainObjectSet<String> getKtCompilerArgsJs()
-
getKtCompilerArgsJvm
abstract DomainObjectSet<String> getKtCompilerArgsJvm()
-
getKtTargetJsDisable
abstract Property<Boolean> getKtTargetJsDisable()
-
getKtTargetJvmDisable
abstract Property<Boolean> getKtTargetJvmDisable()
-
getRepoOwner
abstract Property<String> getRepoOwner()
-
getMavenCentralPassword
abstract Property<String> getMavenCentralPassword()
-
getMavenCentralUsername
abstract Property<String> getMavenCentralUsername()
-
getOtherMavenRepo
abstract Property<URL> getOtherMavenRepo()
-
getOtherMavenPassword
abstract Property<String> getOtherMavenPassword()
-
getOtherMavenUsername
abstract Property<String> getOtherMavenUsername()
-
getMochaTimeout
abstract Property<String> getMochaTimeout()
-
getNpmDryRun
abstract Property<Boolean> getNpmDryRun()
-
getNpmOrganization
abstract Property<String> getNpmOrganization()
-
getNpmRepo
abstract Property<URL> getNpmRepo()
-
getNpmToken
abstract Property<String> getNpmToken()
-
getProjectDescription
abstract Property<String> getProjectDescription()
-
getProjectHomepage
abstract Property<URL> getProjectHomepage()
-
getProjectLicense
abstract Property<String> getProjectLicense()
-
getProjectLicenseUrl
abstract Property<URL> getProjectLicenseUrl()
-
getProjectLongName
abstract Property<String> getProjectLongName()
-
getScmConnection
abstract Property<String> getScmConnection()
-
getSigningKey
abstract Property<String> getSigningKey()
-
getSigningPassword
abstract Property<String> getSigningPassword()
-
getUseKotlinBom
abstract Property<Boolean> getUseKotlinBom()
-
getVersionsFromCatalog
abstract Property<String> getVersionsFromCatalog()
-
getNodeVersion
abstract Property<String> getNodeVersion()
-
getKotlinVersion
abstract Property<String> getKotlinVersion()
-
getJvmVersion
abstract Property<String> getJvmVersion()
-
getDocStyle
abstract Property<DocStyle> getDocStyle()
-
getJsPackageName
abstract Property<String> getJsPackageName()
-
getBugFinderConfigPath
abstract RegularFileProperty getBugFinderConfigPath()
-
getBugFinderConfig
abstract FileCollection getBugFinderConfig()
-
getJsBinaryType
abstract Property<JsBinaryType> getJsBinaryType()
-
getFatJarPlatforms
abstract DomainObjectSet<String> getFatJarPlatforms()
-
getFatJarClassifier
abstract Property<String> getFatJarClassifier()
-
getFatJarPlatformInclusions
abstract DomainObjectSet<Pair<String, String>> getFatJarPlatformInclusions()
-
getFatJarEntryPoint
abstract Property<String> getFatJarEntryPoint()
-
-
-
-