Bumped bld to version 2.1.0 Bumped Gradle to version 8.10.1 Bumped Kotlin to version 2.0.20 Bumped JUnit to version 5.11.0
49 lines
No EOL
3 KiB
XML
49 lines
No EOL
3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module external.linked.project.id="isgd-shorten-examples-gradle:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="" external.system.module.type="sourceSet" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
|
<component name="FacetManager">
|
|
<facet external-system-id="GRADLE" type="kotlin-language" name="Kotlin">
|
|
<configuration version="5" platform="JVM 11" allPlatforms="JVM [11]" useProjectSettings="false">
|
|
<compilerArguments>
|
|
<flagArguments>
|
|
<flagArg name="allowNoSourceFiles" arg="true" />
|
|
<flagArg name="noReflect" arg="true" />
|
|
<flagArg name="noStdlib" arg="true" />
|
|
</flagArguments>
|
|
<stringArguments>
|
|
<stringArg name="destination" arg="$MODULE_DIR$/../../build/classes/kotlin/main" />
|
|
<stringArg name="jvmTarget" arg="11" />
|
|
<stringArg name="moduleName" arg="isgd-shorten-examples-gradle" />
|
|
<stringArg name="apiVersion" arg="2.0" />
|
|
<stringArg name="languageVersion" arg="2.0" />
|
|
</stringArguments>
|
|
<arrayArguments>
|
|
<arrayArg name="pluginClasspaths">
|
|
<args>
|
|
<arg>$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-scripting-jvm/2.0.0/kotlin-scripting-jvm-2.0.0.jar</arg>
|
|
<arg>$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-scripting-common/2.0.0/kotlin-scripting-common-2.0.0.jar</arg>
|
|
<arg>$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/2.0.0/kotlin-stdlib-2.0.0.jar</arg>
|
|
<arg>$MAVEN_REPOSITORY$/org/jetbrains/annotations/13.0/annotations-13.0.jar</arg>
|
|
<arg>$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-script-runtime/2.0.0/kotlin-script-runtime-2.0.0.jar</arg>
|
|
</args>
|
|
</arrayArg>
|
|
<arrayArg name="pluginOptions" />
|
|
</arrayArguments>
|
|
</compilerArguments>
|
|
</configuration>
|
|
</facet>
|
|
</component>
|
|
<component name="NewModuleRootManager">
|
|
<output url="file://$MODULE_DIR$/../../build/classes/java/main" />
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/../../src/main">
|
|
<sourceFolder url="file://$MODULE_DIR$/../../src/main/java" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/../../src/main/kotlin" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="Gradle: net.thauvin.erik:isgd-shorten:1.0.2-SNAPSHOT" level="project" />
|
|
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib:2.0.0" level="project" />
|
|
<orderEntry type="library" name="Gradle: net.thauvin.erik.urlencoder:urlencoder-lib-jvm:1.5.0" level="project" />
|
|
<orderEntry type="library" name="Gradle: org.jetbrains:annotations:13.0" level="project" />
|
|
</component>
|
|
</module> |