i-1: First draft of a shared KMP library (#2)

- [x] Exposes a `Greeting` class.
- [x] Exposes a `Greeting` class test.

Co-authored-by: Emil Simeonov <emil@theliberatededge.org>
Reviewed-on: emil/AstrologyLibrary#2
This commit was merged in pull request #2.
This commit is contained in:
2025-02-13 14:31:22 +00:00
parent 3b19af6d03
commit d8125f64e5
216 changed files with 2188 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="com.tle.astrologylibrary.CommonGreetingTest" tests="1" skipped="0" failures="0" errors="0" timestamp="2025-02-13T13:37:39" hostname="mastermind" time="0.022">
<properties/>
<testcase name="testExample" classname="com.tle.astrologylibrary.CommonGreetingTest" time="0.022"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>