YiΔit
yigit@androiddev.social
Posts
-
View post
Gradle tip: Most times when you type ``` val taskA= tasks.named("a", ...) val taskB= tasks.named("b", ...) taskA.configure { it.dependsOn(taskB) } ``` It is wrong. Often times, you should write something like: ``` taskA.configure { it.someInput.set( taskB.map { it.someOutputProperty } } } ``` Gradle will figure out the dependencies when necessary
-
View post
Maybe Airbnb is not dead after all. No b.s. cleaning fee nor cleaning after yourself. In fact, they ask you to leave things you've used around so they can be sanitized properly. πππ