Is synchronizing on class literal the same thing i...
# getting-started
u
Is synchronizing on class literal the same thing in kotlin as in java, or are there some caveats?
synchronized(AesEncrypter::class) { ..