raharrison/kotlin-ktor-exposed-starter

unresolved reference:exposed.....

Opened this issue · 2 comments

import org.jetbrains.exposed.sql.Table
unresolved reference:exposed.....
i have compile exposed successful like this: compile "org.jetbrains.exposed:exposed:0.10.4"

Are you sure the dependency is being brought into your project correctly? Sounds like your project might not be set up correctly.

This starter is working as is with 2018.2

Sorry i checked my project and i found that i missed this:
maven { url = "https://dl.bintray.com/kotlin/exposed"}

now my project worked well.thanks.