mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 08:31:23 +00:00
12 lines
261 B
Kotlin
12 lines
261 B
Kotlin
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "2.1.21"
|
|
}
|
|
}
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
|
}
|
|
rootProject.name = "OpenGraphKt"
|
|
include("opengraphkt")
|
|
include("demo")
|
|
include("demo-remote") |