Use openrndr-dependency-catalog and openrndr-module-catalog to resolve dependencies. Publish orx-module-catalog (#374)

This commit is contained in:
Edwin Jakobs
2025-09-13 00:54:51 -07:00
committed by GitHub
parent 4ddb73a596
commit a913f3f370
72 changed files with 407 additions and 304 deletions

View File

@@ -1,5 +1,6 @@
plugins {
`kotlin-dsl`
// alias(sha)
}
val preload: SourceSet by sourceSets.creating
@@ -15,7 +16,7 @@ dependencies {
implementation(libs.kotlin.serialization.gradle.plugin)
// https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
"preloadImplementation"(libs.openrndr.application)
"preloadImplementation"(openrndr.application)
"preloadImplementation"(libs.openrndr.extensions)
}
kotlin {