robertoestivill
FirebasePerformance
groovy android { // ... buildTypes { debug { FirebasePerformance { // Set this flag to 'false' to disable @AddTrace annotation processing and // automatic HTTP/S network request monitoring // for a specific build variant at compile time. instrumentationEnabled false } } } }
build.gradle.kts
kotlin buildTypes { getByName("debug") { // should disable it here but don't know how to get the reference }
getByName("debug")
Mahvi
Jannik
Jay
Zoltan Demant
@Immutable
Lawrence
\
String a = "This is a long string"; String b = """ This is a \ long string"""; a.equals(b) // true
Nat Strangerweather
Sulav Timsina
bidadh
Mykola Gurov
integration
e2e
A modern programming language that makes developers happier.