Skip to content

Instantly share code, notes, and snippets.

@tunjid
Created March 8, 2023 10:19
Show Gist options
  • Save tunjid/a5bc581b8011cd496a3a34cac0f20137 to your computer and use it in GitHub Desktop.
Save tunjid/a5bc581b8011cd496a3a34cac0f20137 to your computer and use it in GitHub Desktop.
// Copyright 2023 Google LLC.
// SPDX-License-Identifier: Apache-2.0
fun KClass<out CoroutineWorker>.classNameData() =
Data.Builder()
.putString(WORKER_CLASS_NAME, qualifiedName)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment