[Ad&Kotlin]-Kotlin문법/99. 오류 모읍집

No type arguments expected for class Call

농부지기 2022. 1. 4. 16:27

NoConnectionError. ClearTextHTTP traffic

 

1. 오류상세

   - No type arguments expected for class Call

 

2. 사용 Libaray

   - retrofit

 

3. 발생이유

   - return : Call<Dto> 을 기술하면 자동 import가  "android.telecom.Call" 이 된다.

4. 해결방안

   - import retrofit2.Call     로 해주면 정상수행 된다.