-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Describe the bug
Compilation fails when having an Rpc service with the same function name and parameter count but with different argument type(s).
To Reproduce
Steps to reproduce the behavior:
- Kotlin version: 2.2.0
- Gradle version: 8.14
- OS (Or at least KMP platform):
jvm
,android
,wasmJs
- Minimal reproducer in code: below
- Error description: Fail didn't produce any error description. Just source location.
@Rpc
interface Foo {
suspend fun doSomething(value: Int)
suspend fun doSomething(value: Float)
}
Expected behavior
To compile and run fine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working