I suppose this would not work well with Java-inter...
# language-proposals
c
I suppose this would not work well with Java-interop and stdlib functions that don't accept suspending functions as parameters.
r
Good point on the stdlib stuff. I was considering this plugin would be more for "pure kotlin" projects, so interop was not a particular concern I had in mind.
g
One more bigger issue: there is no “pure kotlin”, K/N is closest one, but you always work on some platform, so if every function will be suspend it would make any platform interop difficult with any platfrom-specific API, you probably need some annotation to remove continuation from function in some cases, not sure it somehow much better
r
Ah, indeed. That would make it pretty useless.