11[versions ]
22kotlin = " 2.0.20"
33compose-plugin = " 1.7.1"
4+ jogl = " 2.5.0"
45
56[libraries ]
7+ jogl = { module = " org.jogamp.jogl:jogl-all-main" , version.ref = " jogl" }
8+ gluegen = { module = " org.jogamp.gluegen:gluegen-rt-main" , version.ref = " jogl" }
69flatlaf = { module = " com.formdev:flatlaf" , version = " 3.4.1" }
710jna = { module = " net.java.dev.jna:jna" , version = " 5.12.1" }
811jnaplatform = { module = " net.java.dev.jna:jna-platform" , version = " 5.12.1" }
912compottie = { module = " io.github.alexzhirkevich:compottie" , version = " 2.0.0-rc02" }
1013kaml = { module = " com.charleskorn.kaml:kaml" , version = " 0.65.0" }
14+ junit = { module = " junit:junit" , version = " 4.13.2" }
15+ mockito = { module = " org.mockito:mockito-core" , version = " 4.11.0" }
16+ antlr = { module = " org.antlr:antlr4" , version = " 4.7.2" }
17+ eclipseJDT = { module = " org.eclipse.jdt:org.eclipse.jdt.core" , version = " 3.40.0" }
18+ classpathExplorer = { module = " com.google.classpath-explorer:classpath-explorer" , version = " 1.0" }
19+ netbeansSwing = { module = " org.netbeans.api:org-netbeans-swing-outline" , version = " RELEASE210" }
20+ ant = { module = " org.apache.ant:ant" , version = " 1.10.14" }
21+ lsp4j = { module = " org.eclipse.lsp4j:org.eclipse.lsp4j" , version = " 0.22.0" }
22+ jsoup = { module = " org.jsoup:jsoup" , version = " 1.17.2" }
1123
1224[plugins ]
1325jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
1426kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1527compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
1628serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
17- download = { id = " de.undercouch.download" , version = " 5.6.0" }
29+ download = { id = " de.undercouch.download" , version = " 5.6.0" }
30+ mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.30.0" }
0 commit comments