-
Notifications
You must be signed in to change notification settings - Fork 136
Bump the kotlin-ksp group with 6 updates #14345
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
Changes from all commits
82c24da
23c21cf
43023a9
1aaf7b5
36e5c2c
0342a75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,9 +56,6 @@ class WCMaterialOutlinedCurrencyEditTextView @JvmOverloads constructor( | |
|
|
||
| private lateinit var currencyEditText: CurrencyEditText | ||
|
|
||
| val editText: TextInputEditText | ||
| get() = currencyEditText | ||
|
Comment on lines
-59
to
-60
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As |
||
|
|
||
| @Inject | ||
| lateinit var parameterRepository: ParameterRepository | ||
|
|
||
|
|
@@ -91,6 +88,9 @@ class WCMaterialOutlinedCurrencyEditTextView @JvmOverloads constructor( | |
| } | ||
| } | ||
|
|
||
| val value: LiveData<BigDecimal?> | ||
| get() = currencyEditText.value | ||
|
|
||
| init { | ||
| context.obtainStyledAttributes( | ||
| attrs, | ||
|
|
@@ -152,8 +152,9 @@ class WCMaterialOutlinedCurrencyEditTextView @JvmOverloads constructor( | |
| currencyEditText.initView(siteParameters.currencyFormattingParameters) | ||
| } | ||
|
|
||
| val value: LiveData<BigDecimal?> | ||
| get() = currencyEditText.value | ||
| override fun getEditText(): TextInputEditText { | ||
| return currencyEditText | ||
| } | ||
|
|
||
| fun getText() = currencyEditText.text.toString() | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,9 +84,9 @@ json-path = '2.9.0' | |
| json-smart = '2.6.0' | ||
| junit = '4.13.2' | ||
| lottie = '6.6.7' | ||
| kotlin = '2.1.10' | ||
| kotlin = '2.2.20' | ||
| kotlinx-coroutines = '1.10.2' | ||
| ksp = '2.1.10-1.0.29' | ||
| ksp = '2.2.20-2.0.4' | ||
ParaskP7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| mockito-kotlin = '5.4.0' | ||
| mpandroidchart = 'v3.1.0' | ||
| photoview = '2.3.0' | ||
|
|
@@ -235,7 +235,7 @@ google-play-services-auth = { group = "com.google.android.gms", name = "play-ser | |
| google-play-services-code-scanner = { group = "com.google.android.gms", name = "play-services-code-scanner", version.ref = "google-play-services-code-scanner" } | ||
| google-play-services-wearable = { group = "com.google.android.gms", name = "play-services-wearable", version.ref = "google-play-services-wearable" } | ||
| google-play-services-mlkit-subject-segmentation = { group = "com.google.android.gms", name = "play-services-mlkit-subject-segmentation", version.ref = "google-mlkit-subject-segmentation" } | ||
| google-protobuf-javalite = { group = "com.google.protobuf", name = "protobuf-javalite", version.ref = "google-protobuf-library" } | ||
| google-protobuf-kotlinlite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "google-protobuf-library" } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With
ParaskP7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| google-protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "google-protobuf-library" } | ||
| google-zxing-core = { group = "com.google.zxing", name = "core", version.ref = "google-zxing" } | ||
| gravatar = { group = "com.gravatar", name = "gravatar", version.ref = "gravatar" } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.