in my case,
change :
val option = GetGoogleIdOption.Builder() .setServerClientId(AppKey.Google.WebClientId) .build()
to:
val option = GetSignInWithGoogleOption.Builder(AppKey.Google.WebClientId) .build()
its work.