https://kotlinlang.org logo
#compose
Title
# compose
l

louiscad

04/30/2020, 2:36 AM
The setup snippet here is misleading: https://developer.android.com/jetpack/androidx/releases/compose#declaring_dependencies
kotlinPlugin
may be a configuration that will actually exist in Kotlin 1.4 or 1.5 at some point, but it's nowhere to be found in 1.3.72, nor 1.4-M1. The
kotlinCompilerExtensionVersion = "0.1.0-dev10"
is the replacement, while the page shows both. I lost some time with it that I'd have preferred to spend playing with Compose itself, or something else. Would be great that this doc stops to be misleading by removing the line, until the configuration actually exists. EDIT: Reported the issue: https://issuetracker.google.com/issues/155323417
i

itnoles

04/30/2020, 2:38 AM
kotlinCompilerVersion is actually kotlin embedded version from Google Maven Repo
l

louiscad

04/30/2020, 2:39 AM
I didn't say otherwise
i

itnoles

04/30/2020, 2:41 AM
Oh I see what you mean