- 
                Notifications
    
You must be signed in to change notification settings  - Fork 31
 
          kn: Implement Instant using kotlinx.datetime.Instant
          #1201
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5cdf2dd
              43a9dfb
              4e1aab0
              72fa04f
              79b5a9a
              1171ecb
              34bb00b
              2ddf062
              27f9966
              e5e739f
              b92d4a2
              86c1d96
              04cc6f4
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -26,6 +26,7 @@ kotlin { | |
| nativeMain { | ||
| dependencies { | ||
| api(libs.crt.kotlin) | ||
| implementation(libs.kotlinx.datetime) | ||
| } | ||
| } | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
| 
                       There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Question: Because of some of the refactoring, it's a bit tricky for me to see what's functionally changed in these tests. Besides the addition of  There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nothing else changed, it's just restructured  | 
            
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment: Oh jeez, good catch. 🤦♂️