Add kotlin.DslMarker to binary public API

This commit is contained in:
Denis Zharkov
2016-11-03 17:55:41 +03:00
parent 2a0557f742
commit 77e2b12566
@@ -12,6 +12,9 @@ public final class kotlin/DeprecationLevel : java/lang/Enum {
public static fun values ()[Lkotlin/DeprecationLevel;
}
public abstract interface annotation class kotlin/DslMarker : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ExtensionFunctionType : java/lang/annotation/Annotation {
}