JetBrains / kotless

Kotlin Serverless Framework
Apache License 2.0
1.15k stars 58 forks source link

Could not find io.kotless:ktor-lang:0.1.6. #103

Closed viktor-idenfy closed 3 years ago

viktor-idenfy commented 3 years ago

Hello, why I keep getting this issue? My gradle file:

`plugins { java kotlin("jvm") version "1.4.32" id("io.kotless") version "0.1.6" apply true }

group = "org.example" version = "1.0-SNAPSHOT"

repositories { mavenCentral() }

dependencies { implementation(kotlin("stdlib")) testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") implementation(kotlin("stdlib")) implementation("io.ktor:ktor-server-core:1.5.3") implementation("io.ktor:ktor-server-netty:1.5.3") implementation("ch.qos.logback:logback-classic:1.2.3") implementation("io.kotless", "ktor-lang", "0.1.6") }

tasks.getByName("test") { useJUnitPlatform() }`

TanVD commented 3 years ago

Currently, Kotless is still available in JCenter :)