msesma / Karchitec

Kotlin RSS reader using Google android architecture components libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Callback source file

TennisAndy opened this issue · comments

Hi, I compile this project and find missing com.paradigmadigital.karchitect.platform.Callback file, can you upload this file?

That file doesn't exist. Callback is a TypeAlias under
com.paradigmadigital.karchitect.platform.TypeAliases and is imported in several files (Like RefreshUseCase) with
import com.paradigmadigital.karchitect.platform.Callback
What can be confusing. Remove that inport and see if autoimport recovers it.

Well, I know this is not a problem now, Thank you.