https://kotlinlang.org logo
#android
Title
# android
s

Sergio C.

08/02/2020, 3:48 PM
Why am I getting this error in android studio dsl file?
Unresolved reference: getKotlinPluginVersion
a

Afzal Najam

08/03/2020, 3:41 AM
Are you using
getKotlinPluginVersion
? 😛
s

Sergio C.

08/03/2020, 11:19 AM
yes, what’s the most appropriate option to get the kotlin version in the gradle DSL?
a

Afzal Najam

08/08/2020, 8:03 PM
Make it a constant somewhere and use that in the classpath and the dependencies and wherever else you'd like.
10 Views