Hello, I’ve published a lib on jCenter where I hav...
# gradle
d
Hello, I’ve published a lib on jCenter where I have some utilities for Gradle ( kotlin ) https://github.com/4face-studi0/EasyGradle There I have the following code: `val PluginDependenciesSpec.
kotlin-android
get() = kotlin("android")` and this is shown correctly in my
build.gradle
Copy code
plugins {
    `kotlin-android`
}
But when I try to sync I got the following error: `Unresolved reference: `kotlin-android``
o
are you importing the reference?
d
Ye, sure, look at the screen below
message has been deleted
o
hmm, not sure then. I would try explicitly importing it as a start for debugging
d
Same
I will try with the following package, so the import would be implicit
package org.gradle.kotlin.dsl
Not working as expected 😄 I can’t find the reference at all