Another thing that’s annoying when using kotlin 1.1.2 or 1.1.2-2 is compilation error, even though there’s no error. The only solution is to clean and recompile. When using kotlin 1.1.1 this thing never happens.
👍 1
z
zkvarz
05/03/2017, 7:41 AM
adinugroho: I have the same issue.
Compilation error on a simple code.
carsAdapter = CarsAdapter(context, object : CarsAdapter.OnItemClickListener {
override fun onItemClick(position: Int) {
}
})