mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
update dependencies
This commit is contained in:
parent
8638d7afce
commit
f9dfd09628
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 0.20.35
|
## 0.20.35
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Coroutines`: `1.7.3` -> `1.8.0`
|
||||||
|
* `Material3`: `1.1.2` -> `1.2.0`
|
||||||
|
|
||||||
## 0.20.34
|
## 0.20.34
|
||||||
|
|
||||||
* `Repos`:
|
* `Repos`:
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
public final class dev/inmo/micro_utils/android/alerts/common/AlertDialogKt {
|
||||||
|
public static final fun createAlertDialogTemplate (Landroid/content/Context;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;)Landroid/app/AlertDialog$Builder;
|
||||||
|
public static synthetic fun createAlertDialogTemplate$default (Landroid/content/Context;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ILjava/lang/Object;)Landroid/app/AlertDialog$Builder;
|
||||||
|
public static final fun createAlertDialogTemplateWithResources (Landroid/content/Context;Ljava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;)Landroid/app/AlertDialog$Builder;
|
||||||
|
public static synthetic fun createAlertDialogTemplateWithResources$default (Landroid/content/Context;Ljava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ILjava/lang/Object;)Landroid/app/AlertDialog$Builder;
|
||||||
|
public static final fun setDismissChecker (Landroid/app/AlertDialog;Lkotlin/jvm/functions/Function0;)Landroid/app/AlertDialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class dev/inmo/micro_utils/android/alerts/common/CustomAlertDialogKt {
|
||||||
|
public static final fun createCustomViewAlertDialog (Landroid/content/Context;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZLkotlin/jvm/functions/Function1;)Landroid/app/AlertDialog;
|
||||||
|
public static synthetic fun createCustomViewAlertDialog$default (Landroid/content/Context;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Landroid/app/AlertDialog;
|
||||||
|
public static final fun createCustomViewAlertDialogWithResources (Landroid/content/Context;Ljava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZLkotlin/jvm/functions/Function1;)Landroid/app/AlertDialog;
|
||||||
|
public static synthetic fun createCustomViewAlertDialogWithResources$default (Landroid/content/Context;Ljava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Landroid/app/AlertDialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class dev/inmo/micro_utils/android/alerts/common/SimpleTextAlertKt {
|
||||||
|
public static final fun createSimpleTextAlertDialog (Landroid/content/Context;ILjava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;Z)Landroid/app/AlertDialog;
|
||||||
|
public static final fun createSimpleTextAlertDialog (Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;Z)Landroid/app/AlertDialog;
|
||||||
|
public static synthetic fun createSimpleTextAlertDialog$default (Landroid/content/Context;ILjava/lang/Integer;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZILjava/lang/Object;)Landroid/app/AlertDialog;
|
||||||
|
public static synthetic fun createSimpleTextAlertDialog$default (Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Lkotlin/Pair;Lkotlin/Pair;Lkotlin/Pair;ZILjava/lang/Object;)Landroid/app/AlertDialog;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
public final class dev/inmo/micro_utils/android/smalltextfield/SmallTextFieldKt {
|
||||||
|
public static final fun SmallTextField-pd-hi0k (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;JLandroidx/compose/ui/text/input/VisualTransformation;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIILandroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;III)V
|
||||||
|
}
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
kt = "1.9.22"
|
kt = "1.9.22"
|
||||||
kt-serialization = "1.6.2"
|
kt-serialization = "1.6.2"
|
||||||
kt-coroutines = "1.7.3"
|
kt-coroutines = "1.8.0"
|
||||||
|
|
||||||
kslog = "1.3.2"
|
kslog = "1.3.2"
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ android-appCompat = "1.6.1"
|
|||||||
android-fragment = "1.6.2"
|
android-fragment = "1.6.2"
|
||||||
android-espresso = "3.5.1"
|
android-espresso = "3.5.1"
|
||||||
android-test = "1.1.5"
|
android-test = "1.1.5"
|
||||||
android-compose-material3 = "1.1.2"
|
android-compose-material3 = "1.2.0"
|
||||||
|
|
||||||
android-props-minSdk = "21"
|
android-props-minSdk = "21"
|
||||||
android-props-compileSdk = "34"
|
android-props-compileSdk = "34"
|
||||||
|
51
koin/api/android/micro_utils.koin.api
Normal file
51
koin/api/android/micro_utils.koin.api
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
public final class dev/inmo/micro_utils/koin/GetWithDefinitionKt {
|
||||||
|
public static final fun get (Lorg/koin/core/Koin;Lorg/koin/core/definition/BeanDefinition;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static final fun get (Lorg/koin/core/Koin;Lorg/koin/core/definition/KoinDefinition;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static final fun get (Lorg/koin/core/Koin;Lorg/koin/core/instance/InstanceFactory;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static final fun get (Lorg/koin/core/scope/Scope;Lorg/koin/core/definition/BeanDefinition;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static final fun get (Lorg/koin/core/scope/Scope;Lorg/koin/core/definition/KoinDefinition;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static final fun get (Lorg/koin/core/scope/Scope;Lorg/koin/core/instance/InstanceFactory;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/Koin;Lorg/koin/core/definition/BeanDefinition;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/Koin;Lorg/koin/core/definition/KoinDefinition;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/Koin;Lorg/koin/core/instance/InstanceFactory;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/scope/Scope;Lorg/koin/core/definition/BeanDefinition;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/scope/Scope;Lorg/koin/core/definition/KoinDefinition;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
public static synthetic fun get$default (Lorg/koin/core/scope/Scope;Lorg/koin/core/instance/InstanceFactory;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class dev/inmo/micro_utils/koin/LazyInjectKt {
|
||||||
|
public static final fun lazyInject (Lkotlin/jvm/functions/Function0;Lorg/koin/core/qualifier/Qualifier;Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
||||||
|
public static final fun lazyInject (Lkotlin/reflect/KClass;Lorg/koin/core/qualifier/Qualifier;Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
||||||
|
public static synthetic fun lazyInject$default (Lkotlin/jvm/functions/Function0;Lorg/koin/core/qualifier/Qualifier;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lkotlin/Lazy;
|
||||||
|
public static synthetic fun lazyInject$default (Lkotlin/reflect/KClass;Lorg/koin/core/qualifier/Qualifier;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lkotlin/Lazy;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class dev/inmo/micro_utils/koin/RandomQualifierKt {
|
||||||
|
public static final fun RandomQualifier (Lkotlin/jvm/functions/Function0;)Lorg/koin/core/qualifier/StringQualifier;
|
||||||
|
public static synthetic fun RandomQualifier$default (Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lorg/koin/core/qualifier/StringQualifier;
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract interface annotation class dev/inmo/micro_utils/koin/annotations/GenerateGenericKoinDefinition : java/lang/annotation/Annotation {
|
||||||
|
public abstract fun generateFactory ()Z
|
||||||
|
public abstract fun generateSingle ()Z
|
||||||
|
public abstract fun name ()Ljava/lang/String;
|
||||||
|
public abstract fun nullable ()Z
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract interface annotation class dev/inmo/micro_utils/koin/annotations/GenerateGenericKoinDefinition$Container : java/lang/annotation/Annotation {
|
||||||
|
public abstract fun value ()[Ldev/inmo/micro_utils/koin/annotations/GenerateGenericKoinDefinition;
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract interface annotation class dev/inmo/micro_utils/koin/annotations/GenerateKoinDefinition : java/lang/annotation/Annotation {
|
||||||
|
public abstract fun generateFactory ()Z
|
||||||
|
public abstract fun generateSingle ()Z
|
||||||
|
public abstract fun name ()Ljava/lang/String;
|
||||||
|
public abstract fun nullable ()Z
|
||||||
|
public abstract fun type ()Ljava/lang/Class;
|
||||||
|
public abstract fun typeArgs ()[Ljava/lang/Class;
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract interface annotation class dev/inmo/micro_utils/koin/annotations/GenerateKoinDefinition$Container : java/lang/annotation/Annotation {
|
||||||
|
public abstract fun value ()[Ldev/inmo/micro_utils/koin/annotations/GenerateKoinDefinition;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user