mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 08:31:23 +00:00
Demo now imports lib
Both modules working
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import org.gradle.kotlin.dsl.implementation
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.1.21"
|
||||
application
|
||||
@@ -11,6 +13,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jsoup:jsoup:1.20.1")
|
||||
implementation(project(":opengraphkt"))
|
||||
testImplementation(kotlin("test"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user