Skip to content

Commit

Permalink
Run apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 14, 2024
1 parent 0cd9c07 commit 38af3d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/api/kotlin-common-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ public abstract interface class com/huanshankeji/BidirectionalConversion {
public abstract fun to (Ljava/lang/Object;)Ljava/lang/Object;
}

public abstract interface annotation class com/huanshankeji/InternalApi : java/lang/annotation/Annotation {
}

public final class com/huanshankeji/LambdasKt {
public static final fun emptyLambda ()Lkotlin/jvm/functions/Function0;
public static final fun lambdaOf (Lkotlin/jvm/functions/Function0;)Lkotlin/jvm/functions/Function0;
Expand Down
4 changes: 4 additions & 0 deletions core/api/kotlin-common-core.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
// - Show declarations: true

// Library unique name: <com.huanshankeji:kotlin-common-core>
open annotation class com.huanshankeji/InternalApi : kotlin/Annotation { // com.huanshankeji/InternalApi|null[0]
constructor <init>() // com.huanshankeji/InternalApi.<init>|<init>(){}[0]
}

open annotation class com.huanshankeji/Untested : kotlin/Annotation { // com.huanshankeji/Untested|null[0]
constructor <init>() // com.huanshankeji/Untested.<init>|<init>(){}[0]
}
Expand Down
1 change: 1 addition & 0 deletions exposed/api/kotlin-common-exposed.api
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public final class com/huanshankeji/exposed/SliceKt {
}

public final class com/huanshankeji/exposed/StatementsKt {
public static final field SELECT_DSL_DEPRECATION_MESSAGE Ljava/lang/String;
public static final fun defaultColumnsForInsertSelect (Lorg/jetbrains/exposed/sql/Table;)Ljava/util/List;
public static final fun deleteAllStatement (Lorg/jetbrains/exposed/sql/Table;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static final fun deleteIgnoreWhereStatement (Lorg/jetbrains/exposed/sql/Table;Ljava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
Expand Down

0 comments on commit 38af3d6

Please sign in to comment.