diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt | 4 |
1 files changed, 4 insertions, 0 deletions
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<String>) { + + } } class KotlinWebsiteFormatService @Inject constructor(locationService: LocationService, |