mirror of
https://github.com/jlengrand/kotlin-sqlite-dataframe.git
synced 2026-03-10 00:21:30 +00:00
6 lines
133 B
Kotlin
6 lines
133 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "kotlin-sqlite-dataframe"
|
|
|