Skip to content

Commit

Permalink
⬆️ kt 1.2 m2
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Aug 9, 2017
1 parent 1f1a8cf commit 5eaad17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics'

buildscript {

ext.kotlinVersion = '1.2-M1'
ext.kotlinVersion = '1.2-M2'

repositories {
mavenCentral()
Expand All @@ -28,7 +28,7 @@ dependencies {

testCompile 'com.github.elect86:kotlintest:43281b7e1b'

compile 'com.github.kotlin-graphics:gli:8a3cbacb12274d8d383b91246c2bd233f7d86c7e'
compile 'com.github.kotlin-graphics:gli:288373dca08d7fb8c09876a282d082eb70f73df2'

compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/uno/glm/MatrixStack.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

package uno.glm

import glm_.func.rad
import glm_.glm
import glm_.rad
import glm_.mat4x4.Mat4
import glm_.vec2.Vec2i
import glm_.vec3.Vec3
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/uno/test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import com.jogamp.opengl.GLCapabilities
import com.jogamp.opengl.GLEventListener
import com.jogamp.opengl.GLProfile
import com.jogamp.opengl.util.Animator
import glm_.func.rad
import glm_.mat4x4.Mat4
import glm_.rad
import io.kotlintest.specs.StringSpec
import uno.glm.MatrixStack
import uno.glsl.Program
Expand Down

0 comments on commit 5eaad17

Please sign in to comment.