 
      
    Тестирование ПО
- 9 ответов
- 0 вопросов
    3
    Вклад в тег
    
      
      
    
  
  
Simple Example:
 @GET("/friends")
 Call<ResponseBody> friends(@Query("page") int page);
 
Calling with foo.friends(1) yields /friends?page=1.// ktx-actors:
compile group: 'io.github.libktx', name: 'ktx-actors', version: '1.9.10-b2'<!-- ktx-actors -->
<dependency>
    <groupId>io.github.libktx</groupId>
    <artifactId>ktx-actors</artifactId>
    <version>1.9.10-b2</version>
</dependency>