r-z
09/20/2017, 7:13 PMjw
09/20/2017, 7:15 PMvillela
09/20/2017, 7:31 PMManuel Vivo
05/23/2019, 2:03 PMandroidx.lifecycle:lifecycle-livedata-ktx:2.2.0-alpha01
(or higher)Gautam Lad
05/23/2019, 2:07 PMGautam Lad
05/23/2019, 2:08 PMPaolo Rotolo
05/23/2019, 4:25 PMsaeed
05/24/2019, 7:02 AMdave
05/24/2019, 9:26 AMPablo Costa
05/24/2019, 11:26 AMkapt.incremental.apt=true
. In the initial tests, looks like my build is slower. Have you tried if successfully? Is it working out for you? Thanks!
PS: I’m profiling it with ./gradlew assembleDebug --scan, assuming the benefits will be reflected there.
PS2--> I’ve just remembered that if the project has just 1 annotation proccesor that dones’t support incremental, then won’t use it….Willy Njundong
05/25/2019, 3:12 PMclass MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
Willy Njundong
05/25/2019, 3:12 PMclass MainActivity : AppCompatActivity()
Willy Njundong
05/28/2019, 2:39 AMotakusenpai
05/28/2019, 3:06 PMjw
05/28/2019, 3:06 PMotakusenpai
05/28/2019, 3:06 PMotakusenpai
05/28/2019, 3:07 PMjw
05/28/2019, 3:07 PMMiguel
05/28/2019, 3:07 PMTsvetozar Bonev
05/29/2019, 6:13 AMWilly Njundong
05/29/2019, 7:29 AMAlf_
05/29/2019, 8:39 AMfradiati
05/29/2019, 11:00 AMfradiati
05/29/2019, 11:00 AMabicelis
05/29/2019, 8:24 PMbuildSrc/build.gradle.kts
file:
plugins {
`kotlin-dsl`
}
kotlinDslPluginOptions {
experimentalWarning.set(false)
}
repositories {
jcenter() // this is needed to download dependencies for kotlin-dsl
}
jw
05/29/2019, 8:45 PModay
05/30/2019, 7:22 PMJulien Cayzac
05/31/2019, 4:09 AMMETA_INF/*.kotlin_module
now?gabrielfv
05/31/2019, 6:04 PMgabrielfv
05/31/2019, 6:06 PMinline fun <reified A : Activity> run(runner: (A) -> Unit)
And the same with <reified F : Fragment>
it complains that both have the same JVM signatures. Probably because of the generics, which unfortunately are necessary.