kotlin-examples
kotlin-examples copied to clipboard
Various examples for Kotlin
Without `./`, it installs mocha and other npm packages to `~/node_modules`, not the project directory
The `com.moowork.node` gradle plugin is [incompatible with Gradle 4.6 when `GRADLE_METADATA` is used](https://github.com/srs/gradle-node-plugin/pull/296). This makes it fail when used with plugins that use this feature, [such as Kotlin/Native `konan` gradle...
Please create an example with ant build for kotlin files in primarily java project too.
Attempting to build android-dagger results in a compilation failure, due to android.arch.lifecycle:runtime:1.0.0 not being found on jcenter. ``` micseydel@localhost ~/kotlin-examples/gradle/android-dagger $ ./gradlew build > Configure project :app The CompileOptions.bootClasspath property...
kotlin/databinding gradle_version = '3.1.2'
I ask on [StackOverFlow](https://stackoverflow.com/questions/49895147/kotlin-databinding-throw-no-viable-alternative-at-input) My problem is when I use DataBinding and Kolin on AndroidStudio 3.1.1, I have Chinese Character on TextView text attribute on my layout xml. When I...
The "servlet-web-applications" example is a good starter for using REST endpoints with Kotlin but is built with gradle. Wanted to add an example to build the same example using **Maven**....
https://stackoverflow.com/questions/44042754/android-studio-3-0-unable-to-find-method-com-android-build-gradle-internal-va https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html
I can't seem to get the `android-auto-parcel` sample to work with Android Studio 3.0 beta and the newest Android gradle plugin. Please see [my fork of this repo for an...
I imported the gradle/kotlin-querydsl project into intellij but cannot get any of the Q classes to generate. Executing `./gradlew build` on the command line will generate these files. Any reason...