dankito
|
fd7a3bc747
|
Added arithmetic operations to Amount
|
2024-09-12 03:30:00 +02:00 |
dankito
|
dcfd3ffc87
|
Added target iosX64
|
2024-08-26 02:18:12 +02:00 |
dankito
|
68c2606a22
|
Matched JsonIgnore target and retention Jackson's @JsonIgnore values; suppressed compiler warnings; fixed using it on getters
|
2024-08-19 21:13:09 +02:00 |
dankito
|
ee40ce7e23
|
Removed kotlinx-serialization, it hasn't been used
|
2024-08-18 18:45:48 +02:00 |
dankito
|
713a97fa16
|
Suppress compiler warning: [EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING] 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta.
|
2024-08-18 18:36:11 +02:00 |
dankito
|
29210974f0
|
Added also kotlinx-serialization as compile only so that we can mark also properties as Transient for kotlinx-serialization
|
2024-08-17 04:54:06 +02:00 |
dankito
|
64a1f3afb5
|
Added annotation JsonIgnore to control Json serialization on JVM
|
2024-08-17 04:39:43 +02:00 |
dankito
|
2a90e6d19d
|
Added no-arg constructors so that e.g. deserialization with Jackson works
|
2024-08-17 01:50:48 +02:00 |
dankito
|
21d13622d3
|
Made banking-client-model publishable
|
2024-08-16 16:55:33 +02:00 |
dankito
|
0baa3b670e
|
Added basic BankingClient model
|
2024-08-16 16:53:49 +02:00 |