удалено что-то

This commit is contained in:
Roman Pytkov
2024-11-23 13:35:07 +03:00
parent 0407f04162
commit 7bfcd32d27
3 changed files with 0 additions and 15 deletions

1
lib/.gitignore vendored
View File

@@ -1 +0,0 @@
/build

View File

@@ -1,9 +0,0 @@
plugins {
id("java-library")
alias(libs.plugins.jetbrains.kotlin.jvm)
}
java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

View File

@@ -1,5 +0,0 @@
package com.example.lib
class MyClass {
val test: java.time.LocalDate;
}