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
parent
35f1056929
commit
1259dc8764
|
|
@ -0,0 +1,3 @@
|
||||||
|
plugins {
|
||||||
|
id("docthor.kotlin-library-conventions")
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue