Created
          March 1, 2020 20:05 
        
      - 
      
- 
        Save lordcodes/7f907a650634bfeb236501b354578829 to your computer and use it in GitHub Desktop. 
    Code for the article: "The power of lazy properties in Kotlin"
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class TeamActivity : FragmentActivity() { | |
| private val viewModel: TeamViewModel by bindViewModel() | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment