then when i open a kotlin file in my project (i am...
# announcements
s
then when i open a kotlin file in my project (i am using gralde btw) it forces me to put this in my gradle file which is still 1.0.6
Copy code
repositories {
    mavenCentral()
}

dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
}
i
ymo: It forces or just insists?
s
just insists that this is an error
Out-projected type 'KProperty1<out Any, Any?>' prohibits the use of 'public abstract fun get(receiver: T): R defined in kotlin.reflect.KProperty1'
thats the error i am getting
i
No, I'm asking about
build.gradle
file
s
oh shooot ... wrong thread
yes .. it insists that i need to put it in the gradle file
i had to refresh gradle to make sure it was ok
i
The issue about incorrect dependency added by "Configure Kotlin" is here: https://youtrack.jetbrains.com/issue/KT-16401