pascalchidi
03/09/2021, 5:47 AMErik
03/09/2021, 10:12 AM@ExperimentalSomethingApi
or @OptIn("some experimental option')
there is an issue. When such APIs become stable and these annotations are no longer required, then nothing indicates that the annotations are obsolete! Is there a way to detect this, other than manually trying to delete the annotation and seeing what happens?Aness Iqbal
03/09/2021, 11:03 AMPaul
03/09/2021, 12:19 PMnukelar
03/09/2021, 2:03 PMBrian Dilley
03/09/2021, 8:14 PMMohsen Shahini
03/10/2021, 9:49 AMsealed *class* Expr
data *class* Const(*val* number: *Double*) : Expr()
data *class* Sum(*val* e1: Expr, *val* e2: Expr) : Expr()
2. second approach:
sealed *class* Expr {
data *class* Const(*val* number: *Double*) : Expr()
data *class* Sum(*val* e1: Expr, *val* e2: Expr) : Expr()
}
Slackbot
03/10/2021, 10:05 AMKsenia Shneyveys
03/10/2021, 10:11 AMMohammed Abbasher
03/10/2021, 12:19 PMVladislav Shipugin
03/10/2021, 1:49 PMtestScheduler
and it has triggerActions()
. Is there any analogue in coroutines?
I’m looking for an analogue in runBlockingTest, but this has an experimental API.Andy Gibel
03/10/2021, 6:21 PMrobotTest {
screenRobot{
precondiitons{
userName = "user"
password = "pass"
}
verify{
errorisShown()
}
}
}
KD
03/10/2021, 11:43 PM<module-name>/build/outputs/mapping/<build-type>/
directory. However, I think R8 saves the file in the <module-name>/build/outputs/mapping/<build-variant>/
directory. I could be wrong about this, but would appreciate if someone can confirm this. Thanks!Utkarsh Tiwari
03/11/2021, 4:57 AMThe emulator process for AVD Pixel_2_API_27_Phone_ was killed.
Does anyone know what could be causing this issue?Mateusz Holak
03/11/2021, 3:49 PMRalph Nader
03/11/2021, 6:36 PMSlackbot
03/12/2021, 2:10 AMjomartigcal
03/12/2021, 3:13 AMSlackbot
03/12/2021, 6:23 AMSeuan Rahman
03/12/2021, 11:21 AMSlackbot
03/12/2021, 1:03 PMpascalchidi
03/12/2021, 7:21 PMtherealbluepandabear
03/13/2021, 12:22 AMSlackbot
03/13/2021, 9:46 AMSlackbot
03/14/2021, 9:10 AMShivam Sethi
03/14/2021, 8:21 PMAnshulupadhyay03
03/15/2021, 6:49 AMTravis Griggs
03/15/2021, 5:06 PMMutableMap<K,V>
or HashMap<K,V>
as the type for a dictionary plan on updating over time? Or some other even newer and improved variant I'm not aware of yet? And is hashMapOf()
the best way to initialize an empty one?Ahmed Adel
03/16/2021, 9:04 PMAbhishek Dewan
03/17/2021, 7:22 AMAbhishek Dewan
03/17/2021, 7:22 AMMateusz Apacki
03/17/2021, 7:47 AMAbhishek Dewan
03/17/2021, 5:44 PM