10000 Merge v6 into main by OscarSpruit · Pull Request #2128 · Adyen/adyen-android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Merge v6 into main #2128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 76 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
d622bc2
Setup ui module
OscarSpruit Apr 10, 2025
562806f
Add reference .api file
OscarSpruit Apr 10, 2025
19bc073
Setup base theme structure
OscarSpruit Apr 10, 2025
45a43da
Add default light and dark colors
OscarSpruit Apr 10, 2025
6ed28ae
Add default text styles
OscarSpruit Apr 10, 2025
b302444
Add default values for elements
OscarSpruit Apr 11, 2025
0e7dd27
Move predefined colors into objects
OscarSpruit Apr 11, 2025
4c0ad23
Add TODOs for adding KDocs later
OscarSpruit Apr 14, 2025
55aff53
Move default theming functions into companion objects
OscarSpruit Apr 14, 2025
65b9e8b
Update Compose and Kotlin
OscarSpruit Apr 14, 2025
ec7e367
Update .api files
OscarSpruit Apr 14, 2025
20d7edc
Correctly mock interactions in SessionComponentEventHandlerTest
OscarSpruit Apr 14, 2025
ed74f1a
Apply base compose dependencies to :ui
OscarSpruit Apr 14, 2025
1ea1c0e
Mark all theming classes as immutable
OscarSpruit Apr 14, 2025
2ed68f0
Change 10000 namespace of :ui
OscarSpruit Apr 14, 2025
4353b31
Add compose compiler dependency to release note list
OscarSpruit Apr 15, 2025
8498c76
Provide base theme composable
OscarSpruit Apr 15, 2025
70a24cd
Map our colors to compose colors internally
OscarSpruit Apr 15, 2025
1ddb0c9
Create composable for every text style we have
OscarSpruit Apr 15, 2025
fd207cf
Create core module
ozgur00 Apr 8, 2025
30e64f3
Initial setup
ozgur00 Apr 8, 2025
1ebe869
Generate verification metadata
ozgur00 Apr 16, 2025
f3ce3b8
Add reference public api file
ozgur00 Apr 16, 2025
db8235e
Fix build
ozgur00 Apr 16, 2025
98df6ab
Add dummy PayButton triggering submit in AdyenComponent
ozgur00 Apr 16, 2025
1fb18f1
Create a basic payment component ui
ozgur00 Apr 16, 2025
e4b74a0
Add FieldChangeListener to the MbWayComponent
araratthehero Apr 16, 2025
b38c7c7
Move MBWay into another package
araratthehero Apr 16, 2025
5d14569
Add state management implementation
araratthehero Apr 16, 2025
6cda3b6
Fix detekt
araratthehero Apr 16, 2025
fa70dca
Map button styles to an internal structure
OscarSpruit Apr 17, 2025
e68a6c5
Create light and dark mode theme provider for composable previews
OscarSpruit Apr 17, 2025
872a88d
Create button composables for all different types of buttons
OscarSpruit Apr 17, 2025
ac132b1
Apply theme preview parameter to text preview
OscarSpruit Apr 17, 2025
be85136
Add missing entries to dep list
OscarSpruit Apr 17, 2025
df404a5
Update public api specs
OscarSpruit Apr 17, 2025
136ea61
Remove icon support from buttons
OscarSpruit Apr 22, 2025
78faa76
Add tests for DefaultDelegateStateManager
araratthehero Apr 16, 2025
1ef6fe0
Add tests for DelegateFieldState
araratthehero Apr 16, 2025
c458f9f
Add state management implementation for MBWay
araratthehero Apr 16, 2025
8346b66
Add tests for state management MBWay implementation
araratthehero Apr 16, 2025
2348b49
Add state management in MBWayDelegate
araratthehero Apr 16, 2025
c3403b2
Add viewState for MBWayDelegate
araratthehero Apr 17, 2025
8254ab0
Show error messages in MbWayComponent and adjust alignment of the views
araratthehero Apr 17, 2025
0f96c0b
Add switch composable
OscarSpruit May 9, 2025
5de6f79
Handle drop-in redirects in separate activity
jreij Apr 23, 2025
70f3903
Update public API file
jreij Apr 23, 2025
0e89234
Add text field input composable
OscarSpruit Apr 23, 2025
0cb09d4
Remove underlined style for text fields
OscarSpruit May 13, 2025
58da8df
Make sure trailing icon doesn't get pushed away by input
OscarSpruit May 13, 2025
3d516c5
Update public api spec
OscarSpruit May 13, 2025
e12f7dc
Copy files for session initialization in AdyenCheckout
ozgur00 Apr 30, 2025
c0a2df6
Add CheckoutSessionProvider
ozgur00 Apr 30, 2025
9bc4083
Add session initialization to AdyenCheckout initializer
ozgur00 Apr 30, 2025
c3c2d89
Add AdyenCheckout initialization result class
ozgur00 May 1, 2025
35d1e01
Make CheckoutSessionProvider internal
ozgur00 May 1, 2025
6c4392b
Move model class into data package
ozgur00 May 1, 2025
461dff4
Convert vars to vals in model objects
ozgur00 May 22, 2025
d860ad1
Make ModelUtils internal
ozgur00 May 22, 2025
60e83f3
Add CheckoutConfiguration to AdyenCheckout initializer
ozgur00 May 2, 2025
ccee116
Add ComponentParamsMapper related files to core module
ozgur00 May 6, 2025
0abfc8d
Add MBWayConfiguration to core
ozgur00 May 6, 2025
4b0dd42
Remove configuration todos
ozgur00 May 26, 2025
bccc67f
Add MBWayPaymentMethod class to core
ozgur00 May 12, 2025
0247bf8
Add PaymentComponentData to core
ozgur00 May 12, 2025
b2dd58b
Add SessionPaymentsRequest and SessionPaymentsResponse to core
ozgur00 May 12, 2025
572005f
Add submitPayment function to SessionRepository
ozgur00 May 12, 2025
84aa0b0
Restructure sessions package in core
ozgur00 May 12, 2025
f89fbb6
Add component event handler to core
ozgur00 May 16, 2025
9de8370
Add saved state handle container
ozgur00 May 23, 2025
3de401a
Add SessionInteractor to core
ozgur00 May 23, 2025
f58fd47
Add CheckoutCallback with onSubmit
ozgur00 May 23, 2025
4f7773d
Add onSubmit functionality to PaymentFacilitator
ozgur00 May 23, 2025
a7e66a3
Update text styles according to design
OscarSpruit May 13, 2025
606bba0
Add content padding to buttons
OscarSpruit May 13, 2025
140375b
Update public api spec
OscarSpruit May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release_notes_dependency_list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"androidx.appcompat:appcompat" = "[AndroidX Appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat#{})"
"androidx.autofill:autofill" = "[AndroidX Autofill](https://developer.android.com/jetpack/androidx/releases/autofill#{})"
"androidx.browser:browser" = "[AndroidX Browser](https://developer.android.com/jetpack/androidx/releases/browser#{})"
"androidx.core:core-ktx" = "[AndroidX Core](https://developer.android.com/jetpack/androidx/releases/core#{})"
"androidx.compose.compiler:compiler" = "[AndroidX Compose Compiler](https://developer.android.com/jetpack/androidx/releases/compose-compiler#{})"
"androidx.compose:compose-bom" = "[AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping)"
"androidx.constraintlayout:constraintlayout" = "[AndroidX ConstraintLayout](https://developer.android.com/jetpack/androidx/releases/constraintlayout#{})"
Expand Down Expand Up @@ -40,6 +41,7 @@
"androidx.test.espresso:espresso-contrib" = ""
"androidx.test.espresso:espresso-core" = ""
"androidx.test.espresso:espresso-intents" = ""
"androidx.test.ext:junit" = ""
"androidx.test.ext:junit-ktx" = ""
"androidx.test.uiautomator:uiautomator" = ""
"androidx.test:rules" = ""
Expand Down Expand Up @@ -67,6 +69,7 @@
"io.gitlab.arturbosch.detekt" = ""
"io.gitlab.arturbosch.detekt:detekt-formatting" = ""
"jacoco" = ""
"junit:junit" = ""
"org.bitbucket.b_c:jose4j" = ""
"org.jetbrains.dokka" = ""
"org.jetbrains.kotlinx.binary-compatibility-validator" = ""
Expand All @@ -86,4 +89,5 @@
"kotlin-android" = ""
"kotlin-parcelize" = ""
"org.jetbrains.kotlin.android" = ""
"org.jetbrains.kotlin.plugin.compose" = ""
"org.jetbrains.kotlin:kotlin-parcelize-runtime" = ""
4 changes: 2 additions & 2 deletions 3ds2/api/3ds2.api
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ public final class com/adyen/checkout/adyen3ds2/Adyen3DS2Component$Companion {
public final class com/adyen/checkout/adyen3ds2/Adyen3DS2Configuration : com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Lcom/adyen/threeds2/customization/UiCustomization;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
public fun getEnvironment ()Lcom/adyen/checkout/core/Environment;
public fun getShopperLocale ()Ljava/util/Locale;
public final fun getThreeDSRequestorAppURL ()Ljava/lang/String;
public final fun getUiCustomization ()Lcom/adyen/threeds2/customization/UiCustomization;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/adyen3ds2/Adyen3DS2Configuration$Builder : com/adyen/checkout/components/core/internal/BaseConfigurationBuilder {
Expand Down
12 changes: 6 additions & 6 deletions ach/api/ach.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ public final class com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$Ful
public final fun component1 ()Ljava/util/List;
public final fun copy (Ljava/util/List;)Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$FullAddress;
public static synthetic fun copy$default (Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$FullAddress;Ljava/util/List;ILjava/lang/Object;)Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$FullAddress;
public fun describeContents ()I
public final fun describeContents ()I
public fun equals (Ljava/lang/Object;)Z
public final fun getSupportedCountryCodes ()Ljava/util/List;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$FullAddress$Creator : android/os/Parcelable$Creator {
Expand All @@ -26,8 +26,8 @@ public final class com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$Ful
public final class com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$None : com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public static final field INSTANCE Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$None;
public fun describeContents ()I
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun describeContents ()I
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/ach/ACHDirectDebitAddressConfiguration$None$Creator : android/os/Parcelable$Creator {
Expand Down Expand Up @@ -75,7 +75,7 @@ public final class com/adyen/checkout/ach/ACHDirectDebitComponentState : com/ady
public final class com/adyen/checkout/ach/ACHDirectDebitConfiguration : com/adyen/checkout/components/core/internal/ButtonConfiguration, com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/lang/Boolean;Lcom/adyen/checkout/action/core/GenericActionConfiguration;Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration;Ljava/lang/Boolean;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public final fun getAddressConfiguration ()Lcom/adyen/checkout/ach/ACHDirectDebitAddressConfiguration;
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
Expand All @@ -84,7 +84,7 @@ public final class com/adyen/checkout/ach/ACHDirectDebitConfiguration : com/adye
public fun getShopperLocale ()Ljava/util/Locale;
public final fun isStorePaymentFieldVisible ()Ljava/lang/Boolean;
public fun isSubmitButtonVisible ()Ljava/lang/Boolean;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/ach/ACHDirectDebitConfiguration$Builder : com/adyen/checkout/action/core/internal/ActionHandlingPaymentMethodConfigurationBuilder, com/adyen/checkout/components/core/internal/ButtonConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions action-core/api/action-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ public final class com/adyen/checkout/action/core/GenericActionComponent$Compani
public final class com/adyen/checkout/action/core/GenericActionConfiguration : com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/util/HashMap;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
public fun getEnvironment ()Lcom/adyen/checkout/core/Environment;
public fun getShopperLocale ()Ljava/util/Locale;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/action/core/GenericActionConfiguration$Builder : com/adyen/checkout/components/core/internal/BaseConfigurationBuilder, com/adyen/checkout/action/core/internal/ActionHandlingConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions await/api/await.api
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ public final class com/adyen/checkout/await/AwaitComponent$Companion {
public final class com/adyen/checkout/await/AwaitConfiguration : com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
public fun getEnvironment ()Lcom/adyen/checkout/core/Environment;
public fun getShopperLocale ()Ljava/util/Locale;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/await/AwaitConfiguration$Builder : com/adyen/checkout/components/core/internal/BaseConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions bacs/api/bacs.api
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ public final class com/adyen/checkout/bacs/BacsDirectDebitComponentState : com/a
public final class com/adyen/checkout/bacs/BacsDirectDebitConfiguration : com/adyen/checkout/components/core/internal/ButtonConfiguration, com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/lang/Boolean;Lcom/adyen/checkout/action/core/GenericActionConfiguration;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
public fun getEnvironment ()Lcom/adyen/checkout/core/Environment;
public fun getShopperLocale ()Ljava/util/Locale;
public fun isSubmitButtonVisible ()Ljava/lang/Boolean;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/bacs/BacsDirectDebitConfiguration$Builder : com/adyen/checkout/action/core/internal/ActionHandlingPaymentMethodConfigurationBuilder, com/adyen/checkout/components/core/internal/ButtonConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions bcmc/api/bcmc.api
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class com/adyen/checkout/bcmc/BcmcComponent$Companion {
public final class com/adyen/checkout/bcmc/BcmcConfiguration : com/adyen/checkout/components/core/internal/ButtonConfiguration, com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/Boolean;Lcom/adyen/checkout/action/core/GenericActionConfiguration;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
Expand All @@ -20,7 +20,7 @@ public final class com/adyen/checkout/bcmc/BcmcConfiguration : com/adyen/checkou
public final fun isHolderNameRequired ()Ljava/lang/Boolean;
public final fun isStorePaymentFieldVisible ()Ljava/lang/Boolean;
public fun isSubmitButtonVisible ()Ljava/lang/Boolean;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/bcmc/BcmcConfiguration$Builder : com/adyen/checkout/action/core/internal/ActionHandlingPaymentMethodConfigurationBuilder, com/adyen/checkout/components/core/internal/ButtonConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions blik/api/blik.api
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ public final class com/adyen/checkout/blik/BlikComponentState : com/adyen/checko
public final class com/adyen/checkout/blik/BlikConfiguration : com/adyen/checkout/components/core/internal/ButtonConfiguration, com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/lang/Boolean;Lcom/adyen/checkout/action/core/GenericActionConfiguration;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
public fun getEnvironment ()Lcom/adyen/checkout/core/Environment;
public fun getShopperLocale ()Ljava/util/Locale;
public fun isSubmitButtonVisible ()Ljava/lang/Boolean;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/blik/BlikConfiguration$Builder : com/adyen/checkout/action/core/internal/ActionHandlingPaymentMethodConfigurationBuilder, com/adyen/checkout/components/core/internal/ButtonConfigurationBuilder {
Expand Down
4 changes: 2 additions & 2 deletions boleto/api/boleto.api
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class com/adyen/checkout/boleto/BoletoComponentState : com/adyen/ch
public final class com/adyen/checkout/boleto/BoletoConfiguration : com/adyen/checkout/components/core/internal/ButtonConfiguration, com/adyen/checkout/components/core/internal/Configuration {
public static final field CREATOR Landroid/os/Parcelable$Creator;
public synthetic fun <init> (Ljava/util/Locale;Lcom/adyen/checkout/core/Environment;Ljava/lang/String;Lcom/adyen/checkout/components/core/AnalyticsConfiguration;Lcom/adyen/checkout/components/core/Amount;Ljava/lang/Boolean;Lcom/adyen/checkout/action/core/GenericActionConfiguration;Ljava/lang/Boolean;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun describeContents ()I
public final fun describeContents ()I
public fun getAmount ()Lcom/adyen/checkout/components/core/Amount;
public fun getAnalyticsConfiguration ()Lcom/adyen/checkout/components/core/AnalyticsConfiguration;
public fun getClientKey ()Ljava/lang/String;
Expand All @@ -44,7 +44,7 @@ public final class com/adyen/checkout/boleto/BoletoConfiguration : com/adyen/che
public fun getShopperLocale ()Ljava/util/Locale;
public final fun isEmailVisible ()Ljava/lang/Boolean;
public fun isSubmitButtonVisible ()Ljava/lang/Boolean;
public fun writeToParcel (Landroid/os/Parcel;I)V
public final fun writeToParcel (Landroid/os/Parcel;I)V
}

public final class com/adyen/checkout/boleto/BoletoConfiguration$Builder : com/adyen/checkout/action/core/internal/ActionHandlingPaymentMethodConfigurationBuilder, com/adyen/checkout/components/core/internal/ButtonConfigurationBuilder {
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
alias libs.plugins.android.application apply false
alias libs.plugins.android.library apply false
alias libs.plugins.jetbrains.kotlin.android apply false
alias libs.plugins.kotlin.android apply false
alias libs.plugins.kotlin.compose apply false
alias libs.plugins.ksp apply false
alias libs.plugins.hilt apply false
alias libs.plugins.detekt
Expand Down
Loading
0