Also, is the `KotlinCommonCompile` target broken? ...
# gradle
b
Also, is the
KotlinCommonCompile
target broken? Whenever I try to use it in my build script in the same spot as
KotlinCompile
and
Kotlin2JsCompile
I get:
Copy code
> Could not get unknown property 'org' for project ':common' of type org.gradle.api.Project.
h
It's
KotlinCompileCommon
, not
KotlinCommonCompile
.
I see, there was a mistake in the docs (https://github.com/JetBrains/kotlin-web-site/blob/master/pages/docs/reference/using-gradle.md) stating that it's the name you asked about. I fixed it, it should update soon.
👏 1