/* * This file was generated by the Gradle 'init' task. */ plugins { kotlin("jvm") } dependencies { api(project(":core")) testImplementation(libs.junit.junit) implementation(kotlin("stdlib-jdk8")) } description = "Activity Streams 2.0 - Actions" repositories { mavenCentral() } kotlin { jvmToolchain(11) } tasks.test { useJUnit() }