tcracknell
02/19/2020, 9:22 PMZach Klippenstein (he/him) [MOD]
02/20/2020, 12:08 AMkotlinPlugin
dependency as described in the release notes, but gradle is giving me an error that the function doesn’t exist. I have the composeOptions
configuration as well. Do i need to use a particular version of gradle or the kotlin gradle plugin? I’m using gradle 6.2 and kotlin 1.3.61.
The error is:
Could not find method kotlinPlugin() for arguments [androidx.compose:compose-compiler:0.1.0-dev05] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
kotlinPlugin
dependency, is it really necessary?Louis Pullen-Freilich [G]
02/20/2020, 2:17 AMcomposeOptions
block configures the correct compiler version, not sure why that part is thereamar_1995
02/20/2020, 12:11 PMLouis Pullen-Freilich [G]
02/20/2020, 12:18 PMIan Warwick
02/20/2020, 1:50 PM