gowthamkumar7
03/11/2018, 8:53 AMKevin Janvier Chinabalire
03/12/2018, 5:33 AMrCorbellini
03/12/2018, 11:53 AMneuber
03/12/2018, 10:43 PMegek
03/13/2018, 6:41 AMjayant
03/13/2018, 8:55 AMjayant
03/13/2018, 9:31 AMcolintheshots
03/13/2018, 3:55 PMdan.the.man
03/13/2018, 6:37 PMMahmood Ali
03/14/2018, 12:35 PMbipin
03/14/2018, 1:50 PMjw
03/14/2018, 2:20 PMarekolek
03/15/2018, 12:50 PMgouravkundu
03/16/2018, 11:13 AMnikolay
03/16/2018, 1:17 PMShrayas Rajagopal
03/16/2018, 3:11 PMrusshwolf
03/17/2018, 4:57 PM1.2.21-release-Studio3.1-1
ursus
03/17/2018, 9:36 PMrkeazor
03/18/2018, 7:52 PMGiulio
03/18/2018, 8:19 PMtapchicoma
03/19/2018, 11:02 AM3.1.0-rc02
I see following message:
'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.android.databinding:compiler:3.1.0-rc02'
Including following line in dependencies didn't help:
kapt 'com.android.databinding:compiler:3.1.0-rc02`
How to force databinding to use kapt?raul782
03/20/2018, 2:41 AMraul782
03/20/2018, 2:43 AMlouiscad
03/20/2018, 3:24 PMraul782
03/20/2018, 10:36 PMraul782
03/20/2018, 10:39 PMsourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
dimsuz
03/21/2018, 9:37 AMkotlin-android-extenensions
regarding usage of synthetic view properties in multi-module projects and none of them has any comment from JetBrains team, no target fix version, nothing.
This is a bit unusual for JetBrains - usually they react quickly. Any ideas why can this be?
I'm asking because this bug is a showstopper for us to use synthetic properties in several projects.
https://youtrack.jetbrains.com/issue/KT-22430alexandretaz
03/21/2018, 2:05 PMR2T8
03/21/2018, 2:23 PMrkeazor
03/21/2018, 3:04 PMrkeazor
03/21/2018, 3:04 PMdgngulcan
03/21/2018, 3:19 PM@UiThreadTest
or try running your test inside runBlocking { }
rkeazor
03/21/2018, 3:22 PM