Avoid using kapt in kmath-jupyter #398
This commit is contained in:
parent
86a45504e3
commit
adff75bb6b
@ -20,3 +20,7 @@ readme {
|
|||||||
kotlin.sourceSets.all {
|
kotlin.sourceSets.all {
|
||||||
languageSettings.useExperimentalAnnotation("space.kscience.kmath.misc.UnstableKMathAPI")
|
languageSettings.useExperimentalAnnotation("space.kscience.kmath.misc.UnstableKMathAPI")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.processJupyterApiResources {
|
||||||
|
libraryProducers = listOf("space.kscience.kmath.jupyter.KMathJupyter")
|
||||||
|
}
|
||||||
|
@ -5,18 +5,13 @@ pluginManagement {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
|
|
||||||
val toolsVersion = "0.10.2"
|
|
||||||
val kotlinVersion = "1.5.21"
|
val kotlinVersion = "1.5.21"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("ru.mipt.npm.gradle.project") version toolsVersion
|
|
||||||
id("ru.mipt.npm.gradle.mpp") version toolsVersion
|
|
||||||
id("ru.mipt.npm.gradle.jvm") version toolsVersion
|
|
||||||
kotlin("multiplatform") version kotlinVersion
|
|
||||||
kotlin("jvm") version kotlinVersion
|
|
||||||
kotlin("plugin.allopen") version kotlinVersion
|
|
||||||
id("org.jetbrains.kotlinx.benchmark") version "0.3.1"
|
id("org.jetbrains.kotlinx.benchmark") version "0.3.1"
|
||||||
kotlin("jupyter.api") version "0.10.0-131-1"
|
id("ru.mipt.npm.gradle.project") version "0.10.2"
|
||||||
|
kotlin("multiplatform") version kotlinVersion
|
||||||
|
kotlin("plugin.allopen") version kotlinVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user