Join Slack
Communities
Powered by
`kotlinOptions.apiVersion` compiler option will ta...
# gradle
t
trofman
04/30/2021, 6:59 AM
kotlinOptions.apiVersion
compiler option will take my kotlin plugin version by default?
t
tapchicoma
04/30/2021, 7:31 AM
no, it will take compiler version. For example Kotlin 1.5.0 compiler will use
apiVersion = 1.5
tapchicoma
04/30/2021, 7:35 AM
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
trofman
04/30/2021, 7:49 AM
thanks for the reply! :)
7
Views
Open in Slack
Previous
Next