-
Notifications
You must be signed in to change notification settings - Fork 237
Kotlin crash #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i debug and problem is AdaptiveTableLayout interface. It's private and Kotlin cant' get in layout. |
I have error in kotlin too: |
First of all thank you for using our library. It be fix in next version. |
Hey everyone! Thanks |
Hi, i have the same problem in my Kotlin application. |
There is a pending pull request that adds support to kotlin and fixes some more bugs. You could try it. #41 |
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)
The text was updated successfully, but these errors were encountered: