RobertApikyan / SegmentedControl

Android SegmentedControl + multi row support
Apache License 2.0
162 stars 30 forks source link

Gradle error #20

Closed hivian closed 5 years ago

hivian commented 5 years ago

After updating the gradle wrapper to the latest version (gradle-5.1.1-all), I got these errors:

error: cannot access SectionLayout public final class SegmentViewHolder extends segmented_control.widget.custom.android.com.segmentedcontrol.item_row_column.SegmentViewHolder<java.lang.String> { ^ class file for section_layout.widget.custom.android.com.sectionlayout.SectionLayout not found

e: java.lang.IllegalStateException: failed to analyze: java.lang.AssertionError: annotation tree hasn't been attributed yet: @kotlin.Metadata ...

I'am using Kotlin.

RobertApikyan commented 5 years ago

Most probably, the new update will be available tomorrow

RobertApikyan commented 5 years ago

Hi, try this version implementation 'com.github.RobertApikyan:SegmentedControl:1.1.3' I'm closing this issue, but if something went wrong fill free to reopen it