-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
Description
I can't use Kotlin.
I use thos code in java works but in kotlin crash..
mCsvFileDataSource = CsvFileDataSourceImpl(this, null) tlPipeline = findViewById<AdaptiveTableLayout>(R.id.tlPipeline) mTableAdapter = SampleLinkedTableAdapter(this, mCsvFileDataSource) tlPipeline.setAdapter(mTableAdapter)