From edb331c61e7106642848e666a10d3ed310ca9c60 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Mon, 15 Apr 2024 23:00:40 +0300 Subject: [PATCH] [JAVA-33829] --- kotlin-api/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 kotlin-api/pom.xml diff --git a/kotlin-api/pom.xml b/kotlin-api/pom.xml new file mode 100644 index 000000000..f7ed935f8 --- /dev/null +++ b/kotlin-api/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + kotlin-api + kotlin-api + jar + + + kotlin-modules + com.baeldung + 1.0.0-SNAPSHOT + + + + src/main/kotlin + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + compile + + compile + + + + test-compile + test-compile + + test-compile + + + + + + -Xexplicit-api=strict + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 17e8e9061..7f39654f2 100644 --- a/pom.xml +++ b/pom.xml @@ -364,7 +364,7 @@ - + kotlin-api kotlin-immutable-collections