mirror of
https://github.com/irmen/ksim65.git
synced 2025-01-14 00:31:52 +00:00
updated to new kotlin version
This commit is contained in:
parent
b8691db38e
commit
1cbb006577
5
.idea/misc.xml
generated
5
.idea/misc.xml
generated
@ -1,8 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="openjdk-11" project-jdk-type="JavaSDK" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="Kotlin SDK" project-jdk-type="KotlinSDK" />
|
||||
</project>
|
@ -6,7 +6,7 @@ import kotlin.math.max
|
||||
|
||||
plugins {
|
||||
// Apply the Kotlin JVM plugin to add support for Kotlin on the JVM.
|
||||
kotlin("jvm") version "1.3.70"
|
||||
kotlin("jvm") version "1.4.10"
|
||||
`maven-publish`
|
||||
application
|
||||
id("org.jetbrains.dokka") version "0.10.0"
|
||||
|
@ -1 +1 @@
|
||||
version=1.9-dev
|
||||
version=1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user