From a1f8efc30b4421ce371b02b747bbeac24fafd7ba Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Thu, 25 Jun 2020 14:22:51 +0200 Subject: Changed way of merging documentables to avoid exception on merging documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms --- core/src/main/kotlin/model/documentableProperties.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/src/main/kotlin/model') diff --git a/core/src/main/kotlin/model/documentableProperties.kt b/core/src/main/kotlin/model/documentableProperties.kt index 4eb36599..823b88a0 100644 --- a/core/src/main/kotlin/model/documentableProperties.kt +++ b/core/src/main/kotlin/model/documentableProperties.kt @@ -24,4 +24,8 @@ data class ImplementedInterfaces(val interfaces: SourceSetDependent = ImplementedInterfaces +} + +object IsExpectActual: ExtraProperty, ExtraProperty.Key { + override val key: ExtraProperty.Key = this } \ No newline at end of file -- cgit