Add build.gradle.kts file in tfidf library

Added a new build.gradle.kts file in the tfidf library. This file includes the "docthor.kotlin-library-conventions" plugin. This is the initial setup for the build configuration of the tfidf library.
develop
Timo Bryant 2023-12-15 15:40:24 +01:00
parent 35f1056929
commit 1259dc8764
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
plugins {
id("docthor.kotlin-library-conventions")
}