Skip to content

Commit

Permalink
package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Dec 24, 2023
1 parent 9876181 commit 6f7c5ea
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=com.jillesvangurp
group=com.tryformation

kotlin.mpp.stability.nowarn=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:Suppress("unused", "MemberVisibilityCanBePrivate")

package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import com.github.jasync.sql.db.QueryResult
import com.github.jasync.sql.db.RowData
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.delay
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import com.github.jasync.sql.db.ConnectionPoolConfiguration
import com.github.jasync.sql.db.SuspendingConnection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:OptIn(ExperimentalSerializationApi::class)

package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import kotlinx.serialization.ExperimentalSerializationApi
import kotlinx.serialization.json.Json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import com.github.jasync.sql.db.SuspendingConnection

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import io.kotest.matchers.shouldBe
import kotlinx.coroutines.flow.count
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.withTimeout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import io.kotest.matchers.shouldBe
import io.kotest.matchers.shouldNotBe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import io.kotest.matchers.shouldBe
import kotlinx.coroutines.flow.count
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import io.kotest.matchers.shouldBe
import kotlinx.serialization.Serializable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import io.kotest.assertions.throwables.shouldThrow
import io.kotest.matchers.shouldBe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jillesvangurp.pgdocstore
package com.tryformation.pgdocstore

import kotlinx.serialization.Serializable
import java.util.*
Expand Down

0 comments on commit 6f7c5ea

Please sign in to comment.