Is ```typealias MyNumber = Int class MyComponent ...
# kotlin-inject
l
Is
Copy code
typealias MyNumber = Int

class MyComponent {
  @Provides @IntoSet integer(): Int = 1
  @Provides @IntoSet myNumber(): MyNumber = 2
}
supposed to generate two distinct sets? I’d like to, but it seems to not be the case
e
File an issue, seems reasonable to me
l
https://github.com/evant/kotlin-inject/issues/240 let me know if a sample app would be helpful
e
Nah that should be good