Skip to content

Commit

Permalink
Removed Dependency Injection and Hotwire Pages from the "common" repo…
Browse files Browse the repository at this point in the history
…rt as they do not make sense here.

WIP add java di collector

Added Jacob's new collector.

Put it in the "Burndown" category.

Using in Register and Cash Android

Added Tests
  • Loading branch information
handstandsam committed Nov 7, 2024
1 parent bc32635 commit a2527ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ package com.squareup.invert

import com.squareup.invert.models.Stat
import com.squareup.invert.models.StatMetadata
import kotlinx.serialization.Serializable


/**
* A Collected [Stat] and its associated [StatMetadata]
*/
@Serializable
data class CollectedStat(
val metadata: StatMetadata,
val stat: Stat?
Expand Down

0 comments on commit a2527ad

Please sign in to comment.