Skip to content

Commit

Permalink
update API
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKorshun committed Aug 1, 2023
1 parent d03c714 commit 882867e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion android/api/android.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
public final class ru/tinkoff/kotea/android/ViewModelStoreOwnerExtKt {
public static final fun storeViaViewModel (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/String;Lkotlin/jvm/functions/Function0;)Lkotlin/properties/ReadOnlyProperty;
public static final fun storeViaViewModel (Lkotlin/coroutines/CoroutineContext;Ljava/lang/String;Lkotlin/jvm/functions/Function0;)Lkotlin/properties/ReadOnlyProperty;
public static final synthetic fun storeViaViewModel (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/String;Lkotlin/jvm/functions/Function0;)Lkotlin/properties/ReadOnlyProperty;
public static synthetic fun storeViaViewModel$default (Lkotlin/coroutines/CoroutineContext;Ljava/lang/String;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lkotlin/properties/ReadOnlyProperty;
public static synthetic fun storeViaViewModel$default (Lkotlinx/coroutines/CoroutineDispatcher;Ljava/lang/String;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lkotlin/properties/ReadOnlyProperty;
}

Expand Down
4 changes: 3 additions & 1 deletion core/api/core.api
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ public abstract interface class ru/tinkoff/kotea/core/CommandsFlowHandler {
}

public final class ru/tinkoff/kotea/core/KoteaStoreFactoryKt {
public static final fun KoteaStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;)Lru/tinkoff/kotea/core/Store;
public static final fun KoteaStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;)Lru/tinkoff/kotea/core/Store;
public static final synthetic fun KoteaStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;)Lru/tinkoff/kotea/core/Store;
public static synthetic fun KoteaStore$default (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;ILjava/lang/Object;)Lru/tinkoff/kotea/core/Store;
public static synthetic fun KoteaStore$default (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;ILjava/lang/Object;)Lru/tinkoff/kotea/core/Store;
}

Expand Down
4 changes: 3 additions & 1 deletion logging/api/logging.api
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ public abstract interface class ru/tinkoff/kotea/logging/KoteaLogger {
}

public final class ru/tinkoff/kotea/logging/KoteaLoggingStoreFactoryKt {
public static final fun KoteaLoggingStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;Ljava/lang/String;Lru/tinkoff/kotea/logging/KoteaLogger;)Lru/tinkoff/kotea/core/Store;
public static final fun KoteaLoggingStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Ljava/lang/String;Lru/tinkoff/kotea/logging/KoteaLogger;)Lru/tinkoff/kotea/core/Store;
public static final synthetic fun KoteaLoggingStore (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;Ljava/lang/String;Lru/tinkoff/kotea/logging/KoteaLogger;)Lru/tinkoff/kotea/core/Store;
public static synthetic fun KoteaLoggingStore$default (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Ljava/lang/String;Lru/tinkoff/kotea/logging/KoteaLogger;ILjava/lang/Object;)Lru/tinkoff/kotea/core/Store;
public static synthetic fun KoteaLoggingStore$default (Ljava/lang/Object;Ljava/util/List;Ljava/util/List;Lru/tinkoff/kotea/core/Update;Lru/tinkoff/kotea/core/UncaughtExceptionHandler;Ljava/lang/String;Lru/tinkoff/kotea/logging/KoteaLogger;ILjava/lang/Object;)Lru/tinkoff/kotea/core/Store;
}

0 comments on commit 882867e

Please sign in to comment.