initial commit

This commit is contained in:
2024-03-01 06:05:38 +08:00
commit 46231b3f73
19 changed files with 816 additions and 0 deletions

26
settings.gradle Normal file
View File

@@ -0,0 +1,26 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
content {
includeGroup 'com.lys'
}
}
}
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
}
}
}
rootProject.name = 'khtml'
include 'khtml-example'