From 0eaecc43bdb0f87e5b8397cdb70508cdf4ac6311 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 22 Oct 2019 12:07:44 +0200 Subject: Remove useless annotations. --- .../src/main/kotlin/pl/treksoft/kvision/remote/Annotations.kt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote') diff --git a/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/Annotations.kt b/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/Annotations.kt index 997f0369..3fb82d2e 100644 --- a/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/Annotations.kt +++ b/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/Annotations.kt @@ -25,14 +25,6 @@ package pl.treksoft.kvision.remote @OptionalExpectation expect annotation class Id() -@UseExperimental(ExperimentalMultiplatform::class) -@OptionalExpectation -expect annotation class Table() - -@UseExperimental(ExperimentalMultiplatform::class) -@OptionalExpectation -expect annotation class Column() - @UseExperimental(ExperimentalMultiplatform::class) @OptionalExpectation expect annotation class Transient() -- cgit