techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.4K
active users

#kotlin

26 posts23 participants0 posts today

I ran into this error in Intellij when trying to run the KMP projects sqldelight and okhttp:

"The project is using an incompatible version (AGP 8.9.1) of the Android Gradle plugin. Latest supported version is AGP 8.8.0-alpha05"

From what can tell the Android plugin in Intellij doesn't yet support AGP 8.9.1.

Android Studio does, so it works to move over there to work on these projects, until the Intellij plugin gets support.

I'd like to build some libraries that are usable across Java, Scala & Kotlin, but I also want to be free to pick my implementation language & libraries, without having to worry much about how I/O is done under the hood (i.e., Project Loom, Cats-Effect, Kotlin coroutines). So I've started a small library that helps me expose nice APIs to all devs.

WIP: github.com/funfix/tasks

Task datatype, meant for cross-language interop (Java, Kotlin, Scala) - funfix/tasks
GitHubGitHub - funfix/tasks: Task datatype, meant for cross-language interop (Java, Kotlin, Scala)Task datatype, meant for cross-language interop (Java, Kotlin, Scala) - funfix/tasks