create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| class FragmentViewBindingProperty<T : ViewBinding>( | |
| private val viewBinder: ViewBinder<T> | |
| ) : ReadOnlyProperty<Fragment, T> { | |
| private var viewBinding: T? = null | |
| private val lifecycleObserver = BindingLifecycleObserver() | |
| @MainThread | |
| override fun getValue(thisRef: Fragment, property: KProperty<*>): T { | |
| checkIsMainThread() |
| /** | |
| * Project: ANE-Google-Analytics | |
| * | |
| * Author: Alessandro Bianco | |
| * Website: http://alessandrobianco.eu | |
| * Twitter: @alebianco | |
| * Created: 23/12/12 10.42 | |
| * | |
| * Copyright © 2013 Alessandro Bianco | |
| */ |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"