Skip to content

Commit

Permalink
remove experimental annotation from stub coroutineContext
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Feb 18, 2019
1 parent 4434d10 commit ddf4dab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ object GrpcCoroutinesGenerator : Generator {
PropertySpec
.builder("coroutineContext", CommonClassNames.coroutineContext)
.addModifiers(KModifier.OVERRIDE)
.addAnnotation(CommonClassNames.experimentalCoroutinesApi)
.getter(
FunSpec.getterBuilder()
.addCode(
Expand Down

0 comments on commit ddf4dab

Please sign in to comment.