Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Reorganized multiplatform folders
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Oct 15, 2017
1 parent 9b3aea5 commit 228fa1a
Show file tree
Hide file tree
Showing 34 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Aug 27 17:46:56 CEST 2017
#Sun Oct 15 02:25:14 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import com.soywiz.korio.async.EventLoopTest
import com.soywiz.korio.async.sync
import com.soywiz.korui.light.log.LogLightComponents
import com.soywiz.korui.ui.button
import org.junit.Assert
import org.junit.Test
import kotlin.test.assertEquals

class BasicTest {
val eventLoop = EventLoopTest()
Expand All @@ -21,7 +21,7 @@ class BasicTest {
eventLoop.step(60)
eventLoop.step(60)

Assert.assertEquals(
assertEquals(
"""
create(FRAME)=0
setProperty(0,LightProperty[TEXT],Title)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ include(
'korui-android',
'korui-js',
//'korui-jtransc-example',
)
)

project(':korui-common').projectDir = file('korui/common')
project(':korui').projectDir = file('korui/jvm')
project(':korui-android').projectDir = file('korui/android')
project(':korui-js').projectDir = file('korui/js')

0 comments on commit 228fa1a

Please sign in to comment.