Skip to content

Commit

Permalink
docs: use bold instead of h5 (JetBrains#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPrendota authored and olonho committed Sep 20, 2018
1 parent 39c3ff5 commit 6aed012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GRADLE_PLUGIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The Kotlin/Native plugin creates the following tasks:
* __compileKonan\<ArtifactName>\<Target>__. The plugin creates a task for each target declared in the `konan.targets` list and
for each an artifact is defined in a `konanArtifacts` block. Such a task may have different properties depending on the artifact type:

##### Properties available for a compiler task (executable, library or bitcode building task):
**Properties available for a compiler task (executable, library or bitcode building task):**

|Property |Type |Description |
|---------------------|----------------------------|----------------------------------------------------------|
Expand All @@ -418,7 +418,7 @@ for each an artifact is defined in a `konanArtifacts` block. Such a task may hav
|`enableMultiplatform`|`boolean` |Is multiplatform support enabled for this artifact |
|`commonSourceSets` |`Collection<String>` |Names of source sets used as a common module |

##### Properties available for a cinterop task (task building an interoperability library):
**Properties available for a cinterop task (task building an interoperability library):**

|Property |Type |Description |
|----------------|----------------------------|---------------------------------------------------------|
Expand Down

0 comments on commit 6aed012

Please sign in to comment.