kirillrakhman
10/17/2015, 6:33 AMapatrida
10/17/2015, 9:10 PMkirillrakhman
10/18/2015, 5:33 PMhhariri
apatrida
10/19/2015, 12:47 PMbuildScript
block for defining the plugin classpath, the apply
of the plugin, and then need the runtime library in your dependencies
for the project. This page: https://kotlinlang.org/docs/reference/using-gradle.html shows all of this:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:<version>'
}
}
apply plugin: "kotlin" // or apply plugin: "kotlin2js" if targeting JavaScript
repositories {
mavenCentral()
}
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib:<version>'
}
is that what you tried?apatrida
10/19/2015, 12:47 PMorangy
cherron
10/26/2015, 3:36 PMaleksey.zhidkov
10/30/2015, 8:10 AMorangy
yasyd
11/02/2015, 8:32 AMvoddan
11/05/2015, 12:16 PMJava EE application server
Does that mean that it can run any Java application, for example Netty
?apatrida
11/05/2015, 12:17 PMapatrida
11/05/2015, 12:17 PMapatrida
11/05/2015, 12:17 PMapatrida
11/05/2015, 12:17 PMapatrida
11/05/2015, 12:18 PMapatrida
11/05/2015, 12:18 PMapatrida
11/05/2015, 12:18 PMapatrida
11/05/2015, 12:19 PMorangy
voddan
11/05/2015, 12:20 PMapatrida
11/05/2015, 12:20 PMorangy
apatrida
11/05/2015, 12:22 PMapatrida
11/05/2015, 12:22 PMvoddan
11/05/2015, 4:41 PMorangy
voddan
11/05/2015, 4:43 PMvoddan
11/05/2015, 4:44 PM