From 5478d2b9422a10ff703743e6c351c3dab2918157 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Wed, 1 Mar 2017 14:00:23 +0300 Subject: Don't add (platforms) fro kotlin-website format --- core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt b/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt index e5657091..a8544cca 100644 --- a/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt +++ b/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt @@ -163,6 +163,10 @@ open class KotlinWebsiteOutputBuilder(to: StringBuilder, } else appendTableRow(block) } + + override fun appendPlatforms(platforms: Set) { + + } } class KotlinWebsiteFormatService @Inject constructor(locationService: LocationService, -- cgit