From 6aed012ae8124add8d0fd501935b8f74d682f80e Mon Sep 17 00:00:00 2001 From: Alexander Prendota Date: Thu, 20 Sep 2018 15:30:06 +0300 Subject: [PATCH] docs: use bold instead of h5 (#2105) --- GRADLE_PLUGIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index 82dfa0b4450..a6110ea1e65 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -397,7 +397,7 @@ The Kotlin/Native plugin creates the following tasks: * __compileKonan\\__. 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 | |---------------------|----------------------------|----------------------------------------------------------| @@ -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` |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 | |----------------|----------------------------|---------------------------------------------------------|