Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Last active March 9, 2023 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfcporciuncula/08f076ec8d52a74c7e1cd6913dd8b327 to your computer and use it in GitHub Desktop.
Save tfcporciuncula/08f076ec8d52a74c7e1cd6913dd8b327 to your computer and use it in GitHub Desktop.
// iOS source set
interface PlatformComponent {
@Provides fun IosPlatformGreeter.bind(): PlatformGreeter = this
}
// Android source set
interface PlatformComponent {
@Provides fun AndroidPlatformGreeter.bind(): PlatformGreeter = this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment