org.jetbrains.kotlinx.kotlin-deeplearning-gradle-plugin
Owner: Kotlin Team
Adds a task for downloading Kotlin DL pretrained models from the model hub
https://github.com/Kotlin/kotlindl
Sources: https://github.com/Kotlin/kotlindl
Version 0.5.2-alpha-1
0.5.2-alpha-1
Created 09 May 2023.
Adds a task for downloading Kotlin DL pretrained models from the model hub
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlinx.kotlin-deeplearning-gradle-plugin") version "0.5.2-alpha-1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlinx:gradlePlugin:0.5.2-alpha-1") } } apply(plugin = "org.jetbrains.kotlinx.kotlin-deeplearning-gradle-plugin")
- Applying plugins to all subprojects .