karelpeeters
01/01/2019, 12:38 AMIf a default parameter precedes a parameter with no default value, the default value can be used only by calling the function with named arguments:
benleggiero
01/01/2019, 12:39 AMitnoles
01/01/2019, 12:41 AMRohan Maity
01/01/2019, 4:24 AMKotlinger
01/02/2019, 2:51 PMuser
08/05/2021, 12:10 PMuser
08/05/2021, 12:33 PMursus
08/05/2021, 11:37 PMursus
08/05/2021, 11:39 PMuser
08/06/2021, 7:44 AMif
expression into a when
expression automatically by just hitting Alt+Enter on the if
.
#KotlinTips https://t.co/NyZZ3YyObQ
Twittertvtan
08/06/2021, 11:01 AMvalue class Decimal(val d: Double)
If I declare it as non null: val quantity: Decimal
it will be compiled and used as Double
from Swift
If I declare it as nullable: val quantity: Decimal?
it will be compiled to Optional<Any>
and I can not cast to Double
or DecimalKt
from Swift
Anyone got this and how to use nullable value class from Swift?user
08/07/2021, 3:07 PMRafael Costa
08/08/2021, 10:16 AMAmountScreen
is a singleton object
declared on a different file that extends ScreenDefinition
sealed class.Rafael Costa
08/08/2021, 10:16 AMuser
08/08/2021, 12:26 PMuser
08/09/2021, 1:46 PMuser
08/09/2021, 4:05 PMSarat Kumar Magatapalli
08/09/2021, 5:30 PMGaurav Singh
08/09/2021, 6:05 PMGaurav Singh
08/09/2021, 6:05 PMGaurav Singh
08/09/2021, 6:06 PMuser
08/10/2021, 3:23 AMuser
08/10/2021, 9:38 AMhhariri
Jeremy Soles
08/10/2021, 4:57 PMJeremy Soles
08/10/2021, 4:57 PMException doesn't match @Throws-specified class list and thus isn't propagated from Kotlin to Objective-C/Swift as NSError.
faraxraxeed
08/11/2021, 6:50 AMfaraxraxeed
08/11/2021, 6:50 AMfaraxraxeed
08/11/2021, 6:50 AM