Hey guys, im having some really weird issues ```ab...
# android
m
Hey guys, im having some really weird issues
Copy code
abstract class ScanPresenter : MvpPresenter<ScanView>() {

    abstract fun applyFilter(imageFilterType: ImageFilterType)

}

class ScanPresenterImpl @Inject constructor() : ScanPresenter() {

    override fun applyFilter(imageFilterType: ImageFilterType) {

    }
}
This wont compile for some reason
d
Fascinating. That looks YouTrack worthy.
m
Yeah i've managed to isolate the issue, seems like kapt is breaking the build
l
Did you report it on kotl.in/issue? If so, can you link it here please?
m
This issue was caused by a 3rd party library using older version of Kotlin more info: https://kotlinlang.slack.com/archives/C2R77UD35/p1576181784010300