kotlin-examples icon indicating copy to clipboard operation
kotlin-examples copied to clipboard

Various examples for Kotlin

Results 57 kotlin-examples issues
Sort by recently updated
recently updated
newest added

![kotlinsss](https://user-images.githubusercontent.com/103109645/163608151-a3d06f5f-572f-45a6-8803-f3ad5b665560.PNG) hello, i installed the new version of android studio and in this new version i got this error so its not same as new android studio version in jetpack...

I posted an SO question: https://stackoverflow.com/questions/69177531/kmm-with-ios-arm64-binary-framework-xcframework-and-cinterop I'm following this guide to use an iOS framework without CocoaPods inside KMM: https://kotlinlang.org/docs/kmm-add-dependencies.html#without-cocoapods My iOS framework is a .xcframework aka Binary Framework. Can...

Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available。 Appeared in android10, android 11, online ultra-low probability. It can be...

There's a few dokka example projects here, and I'd love to be able to see the generated docs. There's already CI tasks to generate the docs, maybe push them to...

I was looking for a simple example project I could use as a template for a small kotlin + Gradle project. This repo looks exactly what I wanted. However, all...

I'm new to kotlin and maven and i'm looking for a hello world. ``` $ mvn test ... Caused by: java.lang.ClassNotFoundException: sun.reflect.ConstructorAccessor at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)...

I have a Job like below ``` job = GlobalScope.launch { delay(5000) runOnUiThread { some unwanted code } } ``` This job will wait for 5 seconds to execute. And...

Maven samples were quite outdated. In current PR the following changes were done: - unified maven modules configuration - upgraded dependencies - reorganized source code

The repo seems to lack a Dokka example with multi module Android projects, where the doc has to encompass all subprojects. Whie it is documented well on how to use...