# This file was generated by the Gradle 'init' task. # https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format [versions] commons-math3 = "3.6.1" guava = "32.1.3-jre" junit = "4.13.2" core-ktx = "1.13.1" kotlin = "1.9.23" [libraries] commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" } guava = { module = "com.google.guava:guava", version.ref = "guava" } junit = { module = "junit:junit", version.ref = "junit" } core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } [plugins] jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }