init kotlin project
This commit is contained in:
parent
2aa26df7e5
commit
0106fd9866
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,6 +101,7 @@ modules.xml
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
!gradle/**/*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
|
BIN
.gradle/4.10/fileChanges/last-build.bin
Normal file
BIN
.gradle/4.10/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/4.10/fileContent/fileContent.lock
Normal file
BIN
.gradle/4.10/fileContent/fileContent.lock
Normal file
Binary file not shown.
BIN
.gradle/4.10/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/4.10/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/4.10/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/4.10/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
0
.gradle/4.10/gc.properties
Normal file
0
.gradle/4.10/gc.properties
Normal file
BIN
.gradle/4.10/taskHistory/taskHistory.bin
Normal file
BIN
.gradle/4.10/taskHistory/taskHistory.bin
Normal file
Binary file not shown.
BIN
.gradle/4.10/taskHistory/taskHistory.lock
Normal file
BIN
.gradle/4.10/taskHistory/taskHistory.lock
Normal file
Binary file not shown.
BIN
.gradle/5.2.1/fileChanges/last-build.bin
Normal file
BIN
.gradle/5.2.1/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/5.2.1/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/5.2.1/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
0
.gradle/5.2.1/gc.properties
Normal file
0
.gradle/5.2.1/gc.properties
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
.gradle/buildOutputCleanup/cache.properties
Normal file
2
.gradle/buildOutputCleanup/cache.properties
Normal file
@ -0,0 +1,2 @@
|
||||
#Sun Mar 10 15:15:32 CET 2019
|
||||
gradle.version=4.10
|
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
Binary file not shown.
0
.gradle/vcs-1/gc.properties
Normal file
0
.gradle/vcs-1/gc.properties
Normal file
30
build.gradle.kts
Normal file
30
build.gradle.kts
Normal file
@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.3.21"
|
||||
}
|
||||
|
||||
group = "norangebit"
|
||||
version = "0.0.1"
|
||||
|
||||
val arrowVersion = "0.8.2"
|
||||
val kluentVersion = "1.48"
|
||||
val koinVersion = "1.0.2"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation("io.arrow-kt:arrow-core:$arrowVersion")
|
||||
implementation("org.koin:koin-core:$koinVersion")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.1.0")
|
||||
testImplementation("org.amshove.kluent:kluent:$kluentVersion")
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/build-history.bin
Normal file
BIN
build/kotlin/compileKotlin/build-history.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab.len
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i
Normal file
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/subtypes.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/subtypes.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/supertypes.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/supertypes.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
4
|
||||
0
|
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab.len
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab_i
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab.len
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab_i
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab.len
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i
Normal file
Binary file not shown.
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len
Normal file
BIN
build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i.len
Normal file
Binary file not shown.
BIN
build/kotlin/compileKotlin/last-build.bin
Normal file
BIN
build/kotlin/compileKotlin/last-build.bin
Normal file
Binary file not shown.
BIN
build/kotlin/compileTestKotlin/build-history.bin
Normal file
BIN
build/kotlin/compileTestKotlin/build-history.bin
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user