Remove unused Julia class and related Kotlin/JS logic from the project.

This commit is contained in:
2025-10-18 12:08:13 +02:00
parent 2ae3a9ad8f
commit 50a765f4ae
17 changed files with 638 additions and 25011 deletions

17
settings.gradle.kts Normal file
View File

@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "kotlin-webgl-fractal"