20 lines
378 B
Plaintext
20 lines
378 B
Plaintext
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "2.0.21"
|
|
}
|
|
}
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
rootProject.name = "activitystreams"
|
|
include(":geo")
|
|
include(":legacy")
|
|
include(":assembly")
|
|
include(":actions")
|
|
include(":typext")
|
|
include(":core")
|