# Kotlin not configured

**URL:** https://discuss.kotlinlang.org/t/kotlin-not-configured/1632
**Category:** JavaScript
**Created:** [April 24, 2016, 4:21am UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632 "2016-04-24T04:21:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sean.thomas](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/sean.thomas/32/1942_2.png) [@sean.thomas](https://discuss.kotlinlang.org/u/sean.thomas)
#### Post date: [April 24, 2016, 4:21am UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632/1 "2016-04-24T04:21:44Z")

</div>

I am endeavoring to create a simple Yested project using the instructions located at: [http://www.yested.net/sample-page](http://www.yested.net/sample-page)  
Following the steps seems straightforward however on compilation I get the error “Kotlin not configured”.  
I have tried:  
Invalidate Caches / Restart…  
Removing and reconfiguring the KotlinJavaScript module

Any suggestions?  
Cheers  
Sean

---

<div class="post-metadata">

### Author: ![dalewking](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/dalewking/32/1496_2.png) [@dalewking](https://discuss.kotlinlang.org/u/dalewking)
#### Post date: [April 24, 2016, 3:56pm UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632/2 "2016-04-24T15:56:22Z")

</div>

Kotlin plugin has some specific things it looks for and it is easy to change your build file so those checks fail. You can add some text to satisfy the checks and if everything is working correctly you can also just disable that notification in the IDE

---

<div class="post-metadata">

### Author: ![dalewking](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/dalewking/32/1496_2.png) [@dalewking](https://discuss.kotlinlang.org/u/dalewking)
#### Post date: [April 24, 2016, 3:58pm UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632/3 "2016-04-24T15:58:10Z")

</div>

Here is my previous thread on the subject: [Make the Kotlin plugin shut up!](https://discuss.kotlinlang.org/t/make-the-kotlin-plugin-shut-up/1479)

---

<div class="post-metadata">

### Author: ![bashor](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/bashor/32/1431_2.png) [@bashor](https://discuss.kotlinlang.org/u/bashor)
#### Post date: [April 25, 2016, 1:42pm UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632/4 "2016-04-25T13:42:59Z")

</div>

Feel free to star or vote [KT-11556](https://youtrack.jetbrains.com/issue/KT-11556) to get notifications about updates.  
Until that You can ignore it or use workaround from @dalewking

---

<div class="post-metadata">

### Author: ![sean.thomas](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/sean.thomas/32/1942_2.png) [@sean.thomas](https://discuss.kotlinlang.org/u/sean.thomas)
#### Post date: [April 26, 2016, 7:00am UTC](https://discuss.kotlinlang.org/t/kotlin-not-configured/1632/5 "2016-04-26T07:00:58Z")

</div>

Thank you for the feedback. This is much appreciated.  
Kind regards  
Sean
