`kotlinOptions.apiVersion` compiler option will ta...
# gradle
t
kotlinOptions.apiVersion
compiler option will take my kotlin plugin version by default?
t
no, it will take compiler version. For example Kotlin 1.5.0 compiler will use
apiVersion = 1.5
sorry, slightly misunderstand your question - yes KGP 1.5.0 will use by default Kotlin Compiler 1.5.0 that will use by default
apiVersion = 1.5
💪 1
t
thanks for the reply! :)