Skip to content

Plugin [id: 'org.jetbrains.kotlinx.schema.ksp', version: '0.0.1'] was not found #35

@Polyana-Fontes

Description

@Polyana-Fontes

build.gradle.kts:

plugins {
    alias(libs.plugins.kotlin.jvm)
    alias(libs.plugins.kotlin.plugin.serialization)
    alias(libs.plugins.ktor)
    id("org.jetbrains.kotlinx.schema.ksp") version "0.0.1"
}
//...

I tried to add this to settings.gradle.kts too:

pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}

But it keeps failing:

* What went wrong:
Plugin [id: 'org.jetbrains.kotlinx.schema.ksp', version: '0.0.1'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlinx.schema.ksp:org.jetbrains.kotlinx.schema.ksp.gradle.plugin:0.0.1')
  Searched in the following repositories:
    Google
    MavenRepo
    Gradle Central Plugin Repository

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions