Is there any way to “hide” a Kotlin function from Retrofit annotation processor?

后端 未结 0 904
暗喜
暗喜 2020-11-28 22:12

I have a few interfaces that looks something like the following:

interface ApiInterface : Context.Element {
    @GET(Urls.url)
    suspend fun getSomeData():          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题