Skip to content

Commit 303b401

Browse files
committed
v0.5:
- kotlin 1.2.70 - gradle 4.10.2
1 parent 57672b1 commit 303b401

File tree

9 files changed

+22
-21
lines changed

9 files changed

+22
-21
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_reflect_1_2_60.xml renamed to .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_reflect_1_2_70.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_2_60.xml renamed to .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_2_70.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_2_60.xml renamed to .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_2_70.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1111

1212
buildscript {
1313

14-
ext.kotlinVersion = '1.2.60'
14+
ext.kotlinVersion = '1.2.70'
1515

1616
repositories {
1717
jcenter() // shadow
@@ -23,7 +23,7 @@ buildscript {
2323
dependencies {
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2525
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
26-
classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0"
26+
classpath "org.junit.platform:junit-platform-gradle-plugin:1.2.0"
2727
}
2828
}
2929

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

kool.iml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<compilerSettings />
77
<compilerArguments>
88
<option name="destination" value="$MODULE_DIR$/build/classes/kotlin/main" />
9+
<option name="classpath" value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.2.70/895ff3421bed43cef31459dc9f2e9c0e6e0cb64b/kotlin-reflect-1.2.70.jar;C:/Users/gBarbieri/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.70/b5b9449f73ce7bf312e89a7560cb3c209a0fa13e/kotlin-stdlib-1.2.70.jar;C:/Users/gBarbieri/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.2.0/4bdf37d27b1ee9bd9ed789d44c9c7fb022f1c246/lwjgl-jemalloc-3.2.0.jar;C:/Users/gBarbieri/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.2.0/7723544dc3fc740f0ee59cce9a3a0cecc8681747/lwjgl-3.2.0.jar;C:/Users/gBarbieri/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.2.70/6ea722d7d0b9451293e739076ddb6a4108d57b6b/kotlin-stdlib-common-1.2.70.jar;C:/Users/gBarbieri/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar" />
910
<option name="noStdlib" value="true" />
1011
<option name="noReflect" value="true" />
1112
<option name="moduleName" value="kool" />
@@ -17,10 +18,9 @@
1718
<array />
1819
</option>
1920
<option name="pluginClasspaths">
20-
<array>
21-
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable/1.2.60/b429653327c8e0e396f940d16b6608df3b3e15c2/kotlin-scripting-compiler-embeddable-1.2.60.jar" />
22-
</array>
21+
<array />
2322
</option>
23+
<option name="coroutinesState" value="warn" />
2424
</compilerArguments>
2525
</configuration>
2626
</facet>
@@ -39,11 +39,11 @@
3939
</content>
4040
<orderEntry type="inheritedJdk" />
4141
<orderEntry type="sourceFolder" forTests="false" />
42-
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-reflect:1.2.60" level="project" />
43-
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib:1.2.60" level="project" />
42+
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-reflect:1.2.70" level="project" />
43+
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib:1.2.70" level="project" />
4444
<orderEntry type="library" name="Gradle: org.lwjgl:lwjgl-jemalloc:3.2.0" level="project" />
4545
<orderEntry type="library" name="Gradle: org.lwjgl:lwjgl:3.2.0" level="project" />
46-
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib-common:1.2.60" level="project" />
46+
<orderEntry type="library" name="Gradle: org.jetbrains.kotlin:kotlin-stdlib-common:1.2.70" level="project" />
4747
<orderEntry type="library" name="Gradle: org.jetbrains:annotations:13.0" level="project" />
4848
<orderEntry type="library" scope="RUNTIME" name="Gradle: org.lwjgl:lwjgl-jemalloc:3.2.0:natives-windows" level="project" />
4949
<orderEntry type="library" scope="RUNTIME" name="Gradle: org.lwjgl:lwjgl:3.2.0:natives-windows" level="project" />

src/main/kotlin/kool/stak.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ object stak {
791791
// val remaining get() = SIZE - consumed
792792
// val consumed get() = ptr.get() - address
793793

794-
val VERSION = "0.4"
794+
val VERSION = "0.5"
795795

796796
inline operator fun <R> invoke(block: (MemoryStack) -> R): R {
797797
val stack = MemoryStack.stackPush()

0 commit comments

Comments
 (0)