cypher121
val retrofit = ... val api1 = retrofit.create(API1::class.java) val api2 = retrofit.create(API2::class.java)