From ef2da69465892a42cb8cf1257fdcbbd62a541eb2 Mon Sep 17 00:00:00 2001 From: Aleksey Mikhailov Date: Mon, 8 Aug 2022 22:08:03 +0700 Subject: [PATCH] #188 fix build error --- .../dev/icerock/moko/mvvm/viewbinding/MvvmEventsFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/mvvm-viewbinding/src/main/kotlin/dev/icerock/moko/mvvm/viewbinding/MvvmEventsFragment.kt b/mvvm-viewbinding/src/main/kotlin/dev/icerock/moko/mvvm/viewbinding/MvvmEventsFragment.kt index 31f6bad..80fbc3b 100644 --- a/mvvm-viewbinding/src/main/kotlin/dev/icerock/moko/mvvm/viewbinding/MvvmEventsFragment.kt +++ b/mvvm-viewbinding/src/main/kotlin/dev/icerock/moko/mvvm/viewbinding/MvvmEventsFragment.kt @@ -5,6 +5,7 @@ package dev.icerock.moko.mvvm.viewbinding import android.os.Bundle +import android.view.View import androidx.viewbinding.ViewBinding import dev.icerock.moko.mvvm.dispatcher.EventsDispatcherOwner import dev.icerock.moko.mvvm.viewmodel.ViewModel